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