get_comment: Retrieve comment

Description Usage Arguments Value Note Examples

View source: R/get_comments.R

Description

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

Usage

1
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

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

llrs/bugRzilla documentation built on Nov. 7, 2021, 4:27 a.m.