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