WorkItemComment interface
Comment on Work Item
- Extends
Properties
format | Represents the possible types for the comment format. |
rendered |
The text of the comment in HTML format. |
revised |
Identity of user who added the comment. |
revised |
The date of comment. |
revision | The work item revision number. |
text | The text of the comment. |
Inherited Properties
url | REST URL for the resource. |
Property Details
format
Represents the possible types for the comment format.
format: CommentFormat
Property Value
renderedText
The text of the comment in HTML format.
renderedText: string
Property Value
string
revisedBy
Identity of user who added the comment.
revisedBy: IdentityReference
Property Value
revisedDate
The date of comment.
revisedDate: Date
Property Value
Date
revision
The work item revision number.
revision: number
Property Value
number
text
The text of the comment.
text: string
Property Value
string
Inherited Property Details
url
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url