This package provides access to the R bug tracker which runs on the Bugzilla platform. It may also work for some other Bugzilla instances.
With remotes already installed, run the following command in the R console:
remotes::install_github("mvkorpel/bugtractr")
After installing the package, see the help pages of the following functions:
list_bugs()
. List bugs in a Bugzilla database.list_changed()
. List reports opened or closed in a given period.bug_info()
. Get information about selected bugs.bug_history()
. Get the change history of a bug.attachment_info()
. Get attachment metadata.attachment_data()
. Get files attached to bug reports.attachment_flags()
. Get flags in attachment metadata.