Description Usage Arguments Value Note Examples
Get comments from an issue or by id of the comment.
1 | get_comment(issue, comment, host)
|
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. |
A data.frame
with creation_time, text, creator, time,
attachment_id, bug_id.
It doesn't require being authenticated.
1 2 | i1 <- get_comment(issue = 1) # The comments on the first issue
c1 <- get_comment(comment = 1) # Just the first comment
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.