Pull request comments API
A pull request comment is a comment made by a user related to a specific pull request.
Supported requests
Get a list of pull request comments: /pull_request_comments/
Fields
Name | Type | Description |
|---|---|---|
| double | Unique identifier for a pull request comment. |
| double | Unique identifier assigned to an user alias. |
| double | Multiple user_alias_ids in comma separated list. |
| double | Unique identifier for the main user record for multiple user aliases that is associated with a PR comment. |
| double | Multiple user_alias_ids in comma separated list. |
| double | Unique identifier for the pull request. |
| string | Pull request comment body. |
| string | Total number of words in comment. |
| string | How robust the comment is, indicated by robuts, regular, trivial. |
| boolean | Returns true if the comment is a follow-on comment (a second consecutive comment made by the same author). |
| double | Unique identifier of parent pull request comment. |
| double | In seconds, the time it takes to respond to the comment. |
| double | Date and time comment was created. |
| double | Date and time comment was updated. |
| boolean | Returns true if the comment was made in reply to another comment. |
| boolean | Returns true if the comment resulted in the submitter adding a follow_on_commit. |
| string | Type of comment. |
