CommentDetail Object
Contains details about a comment on a Board item such as a ticket or discussion, including the comment itself and valid workflow actions.
This object is used by the following operations:
- GET /api/boards/items/comments/{CommentID}/details (in the response)
- Operations that reference the CommentDetails object
The properties included in the CommentDetail object are listed below.
Property | Type | Description |
---|---|---|
Comment | Comment | Contains information about a comment on a Board item such as a ticket, discussion, or alert. |
Action | Action[ ] |
An extensibility element for a workflow action event that possibly could be taken on a specific resource. Used to call a JavaScript action. A list of actions available on the resource. |