Get comments from an issue or by id of the comment.

get_comment(issue, comment, host)

Arguments

issue

Number of the issue.

comment

A character with the id of the comment eg. "1", can be missing and it will retrieve all comments.

host

URL of the bugzilla instance if missing the R bugzilla is assumed.

Value

A data.frame with creation_time, text, creator, time, attachment_id, bug_id.

Note

It doesn't require being authenticated.

Examples

i1 <- get_comment(issue = 1) # The comments on the first issue
c1 <- get_comment(comment = 1) # Just the first comment