download_bugzilla_rest_comments: Download Bugzilla comments using the Bugzilla REST API

View source: R/bugzilla.R

download_bugzilla_rest_commentsR Documentation

Download Bugzilla comments using the Bugzilla REST API

Description

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


sailuh/kaiaulu documentation built on April 17, 2024, 2:21 a.m.