download_bugzilla_rest_issues_comments: Download project data (issues and comments) from bugzilla...

View source: R/bugzilla.R

download_bugzilla_rest_issues_commentsR Documentation

Download project data (issues and comments) from bugzilla site Note: The first comment in every issue is the issue description

Description

Download project data (issues and comments) from bugzilla site Note: The first comment in every issue is the issue description

Usage

download_bugzilla_rest_issues_comments(
  bugzilla_site,
  start_timestamp,
  save_folder_path,
  limit_upperbound = 500
)

Arguments

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.

See Also

parse_bugzilla_rest_issues_comments a parser function to parse Bugzilla issues and comments data


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.