WorkItem interface

Describes a work item.

Extends

Properties

commentVersionRef

Reference to a specific version of the comment added/edited/deleted in this revision.

fields

Map of field and values for the work item.

id

The work item ID.

relations

Relations of the work item.

rev

Revision number of the work item.

Inherited Properties

url

REST URL for the resource.

Property Details

commentVersionRef

Reference to a specific version of the comment added/edited/deleted in this revision.

commentVersionRef: WorkItemCommentVersionRef

Property Value

fields

Map of field and values for the work item.

fields: {[key: string]: any}

Property Value

{[key: string]: any}

id

The work item ID.

id: number

Property Value

number

relations

Relations of the work item.

relations: WorkItemRelation[]

Property Value

rev

Revision number of the work item.

rev: number

Property Value

number

Inherited Property Details

url

REST URL for the resource.

url: string

Property Value

string

Inherited From WorkItemTrackingResource.url