download_bugzilla_rest_issues_comments | R Documentation |
Download project data (issues and comments) from bugzilla site Note: The first comment in every issue is the issue description
download_bugzilla_rest_issues_comments(
bugzilla_site,
start_timestamp,
save_folder_path,
limit_upperbound = 500
)
bugzilla_site |
URL to specific bugzilla site |
start_timestamp |
when to start bug retrieval (ex. 2023-01-01T00:14:57Z) |
save_folder_path |
the full *folder* path where the bugzilla issues will be stored |
limit_upperbound |
the number of issues saved in each page file. Some bugzilla sites have limits set on how many bugs can be retrieved in one GET request, in which case, the limit set by the bugzilla site will be used in place of limit_upperbound to ensure full bug retrieval. |
parse_bugzilla_rest_issues_comments
a parser function to parse Bugzilla issues and comments data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.