Comment interface
Comment on a Work Item.
- Extends
created |
IdentityRef of the creator of the comment. |
created |
The creation date of the comment. |
created |
Effective Date/time value for adding the comment. Can be optionally different from CreatedDate. |
created |
Identity on whose behalf this comment has been added. Can be optionally different from CreatedBy. |
format | Represents the possible types for the comment format. |
id | The id assigned to the comment. |
is |
Indicates if the comment has been deleted. |
mentions | The mentions of the comment. |
modified |
IdentityRef of the user who last modified the comment. |
modified |
The last modification date of the comment. |
reactions | The reactions of the comment. |
rendered |
The text of the comment in HTML format. |
text | The text of the comment. |
version | The current version of the comment. |
work |
The id of the work item this comment belongs to. |
url | REST URL for the resource. |
The creation date of the comment.
createdDate: Date
Property Value
Date
Effective Date/time value for adding the comment. Can be optionally different from CreatedDate.
createdOnBehalfDate: Date
Property Value
Date
Identity on whose behalf this comment has been added. Can be optionally different from CreatedBy.
createdOnBehalfOf: IdentityRef
Property Value
Represents the possible types for the comment format.
format: CommentFormat
Property Value
The id assigned to the comment.
id: number
Property Value
number
Indicates if the comment has been deleted.
isDeleted: boolean
Property Value
boolean
IdentityRef of the user who last modified the comment.
modifiedBy: IdentityRef
Property Value
The last modification date of the comment.
modifiedDate: Date
Property Value
Date
The text of the comment in HTML format.
renderedText: string
Property Value
string
The text of the comment.
text: string
Property Value
string
The current version of the comment.
version: number
Property Value
number
The id of the work item this comment belongs to.
workItemId: number
Property Value
number
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url