Represents a request to create a work item comment.

interface CommentCreateParameters {
    parentId?: number;
    text: string;
}

Properties

Properties

parentId?: number

Optional CommentId of the parent in order to add a reply for an existing comment

text: string

Text of the comment