download_bugzilla_rest_comments | R Documentation |
Downloads comments associated with each bug id returned from download_bugzilla_rest_issues
.
Each file saved contains a group of comments associated with a particular bug, where the filename is the corresponding bug id.
download_bugzilla_rest_comments(bugzilla_site, bug_ids, save_folder_path)
bugzilla_site |
URL to specific bugzilla site |
bug_ids |
the ids of the bugs to extract comments for from |
save_folder_path |
the full *folder* path where the bugzilla comments will be stored |
download_bugzilla_rest_issues
a downloader function to download the bugzilla issues data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.