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