download_bugzilla_perceval_traditional_issue_comments: Download Bugzilla issues and comments using Perceval...

View source: R/bugzilla.R

download_bugzilla_perceval_traditional_issue_commentsR Documentation

Download Bugzilla issues and comments using Perceval traditional backend.

Description

Download Bugzilla issues and comments using Perceval traditional backend.

Usage

download_bugzilla_perceval_traditional_issue_comments(
  perceval_path,
  bugzilla_site,
  datetime,
  save_file_path,
  max_bugs = 500
)

Arguments

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.

Value

path to downloaded json file.

See Also

parse_bugzilla_perceval_traditional_issue_comments a parser function to parse bugzilla data


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