Add information to a bug report.
post_comment(issue, comment, is_markdown, host, key)
| issue | A numeric value of the issue ID where the comment should be posted. |
|---|---|
| comment | The text you want to post. |
| is_markdown | A logical value saying if it is markdown or not. |
| host | URL of the bugzilla instance if missing the R bugzilla is assumed. |
| key | API key to check. |
The ID of the comment posted.