PullRequestThreadComments
Lists comments on threads in a pull request.
Columns
| Name | Type | References | Description |
| ThreadId [KEY] | Integer | The unique Id of the thread. | |
| CommentId [KEY] | Integer | The unique Id of the comment. | |
| ParentCommentId | Integer | Id of the parent comment. | |
| CommentType | String | Type of comment. | |
| CommentPublishedDate | Datetime | Date when the comment was published. | |
| CommentLastUpdatedDate | Datetime | Date when the comment was last updated. | |
| ThreadPublishedDate | Datetime | Date when the thread was published. | |
| ThreadLastUpdatedDate | Datetime | Date when the thread was last updated. | |
| Content | String | The comment's content. | |
| IsDeleted | Boolean | Whether the comment has been soft deleted. | |
| AuthorId | String | User Id of the comment's author. | |
| AuthorDisplayName | String | Display name of the comment's author. | |
| UsersLiked | String | A list of users who have liked the comment. | |
| Status | String | The status of the comment thread. | |
| PullRequestId [KEY] | Integer |
PullRequests.Id | Id of the pull request. |
| RepositoryId [KEY] | String |
Repositories.Id | Id of the repository. |
| ProjectId | String | Id of the project. |