download_bugzilla_perceval_traditional_issue_comments | R Documentation |
Download Bugzilla issues and comments using Perceval traditional backend.
download_bugzilla_perceval_traditional_issue_comments(
perceval_path,
bugzilla_site,
datetime,
save_file_path,
max_bugs = 500
)
perceval_path |
path to perceval binary |
bugzilla_site |
link to specific bugzilla site |
datetime |
fetch bugs updated since this date (in any ISO 8601 format, e.g., 'YYYY-MM-DD HH:mm:SS+|-HH:MM')) |
save_file_path |
the file path, name and extension (should be .json) to save the file. |
max_bugs |
the maximum number of bugs requested on the same query. Note: Some sites might have restrictions on the number of bugs in one request. |
path to downloaded json file.
parse_bugzilla_perceval_traditional_issue_comments
a parser function to parse bugzilla data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.