WorkItemUpdate interface
Describes an update to a work item.
- Extends
Properties
fields | List of updates to fields. |
id | ID of update. |
relations | List of updates to relations. |
rev | The revision number of work item update. |
revised |
Identity for the work item update. |
revised |
The work item updates revision date. |
work |
The work item ID. |
Inherited Properties
url | REST URL for the resource. |
Property Details
fields
List of updates to fields.
fields: {[key: string]: WorkItemFieldUpdate}
Property Value
{[key: string]: WorkItemFieldUpdate}
id
ID of update.
id: number
Property Value
number
relations
List of updates to relations.
relations: WorkItemRelationUpdates
Property Value
rev
The revision number of work item update.
rev: number
Property Value
number
revisedBy
revisedDate
The work item updates revision date.
revisedDate: Date
Property Value
Date
workItemId
The work item ID.
workItemId: number
Property Value
number
Inherited Property Details
url
REST URL for the resource.
url: string
Property Value
string
Inherited From WorkItemTrackingResource.url