Skip to contents

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.

Usage

download_bugzilla_rest_comments(bugzilla_site, bug_ids, save_folder_path)

Arguments

bugzilla_site

URL to specific bugzilla site

bug_ids

the ids of the bugs to extract comments for from download_bugzilla_rest_issues

save_folder_path

the full *folder* path where the bugzilla comments will be stored

See also

download_bugzilla_rest_issues a downloader function to download the bugzilla issues data