CommentCreateParameters interface
Represents a request to create a work item comment.
Properties
| parent |
Optional CommentId of the parent in order to add a reply for an existing comment |
| text | Text of the comment |
Property Details
parentId
Optional CommentId of the parent in order to add a reply for an existing comment
parentId: number
Property Value
number
text
Text of the comment
text: string
Property Value
string