WorkItemCommentVersionRef interface
Represents the reference to a specific version of a comment on a Work Item.
- Extends
Properties
comment |
The id assigned to the comment. |
created |
[Internal] The work item revision where this comment was originally added. |
is |
[Internal] Specifies whether comment was deleted. |
text | [Internal] The text of the comment. |
version | The version number. |
Inherited Properties
url | REST URL for the resource. |
Property Details
commentId
The id assigned to the comment.
commentId: number
Property Value
number
createdInRevision
[Internal] The work item revision where this comment was originally added.
createdInRevision: number
Property Value
number
isDeleted
[Internal] Specifies whether comment was deleted.
isDeleted: boolean
Property Value
boolean
text
[Internal] The text of the comment.
text: string
Property Value
string
version
The version number.
version: number
Property Value
number
Inherited Property Details
url
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResourceReference.url