WorkItemDelete interface

Full deleted work item object. Includes the work item itself.

Extends

Properties

resource

The work item object that was deleted.

Inherited Properties

code

The HTTP status code for work item operation in a batch request.

deletedBy

The user who deleted the work item type.

deletedDate

The work item deletion date.

id

Work item ID.

message

The exception message for work item operation in a batch request.

name

Name or title of the work item.

project

Parent project of the deleted work item.

type

Type of work item.

url

REST API URL of the resource

Property Details

resource

The work item object that was deleted.

resource: WorkItem

Property Value

Inherited Property Details

code

The HTTP status code for work item operation in a batch request.

code: number

Property Value

number

Inherited From WorkItemDeleteReference.code

deletedBy

The user who deleted the work item type.

deletedBy: string

Property Value

string

Inherited From WorkItemDeleteReference.deletedBy

deletedDate

The work item deletion date.

deletedDate: string

Property Value

string

Inherited From WorkItemDeleteReference.deletedDate

id

Work item ID.

id: number

Property Value

number

Inherited From WorkItemDeleteReference.id

message

The exception message for work item operation in a batch request.

message: string

Property Value

string

Inherited From WorkItemDeleteReference.message

name

Name or title of the work item.

name: string

Property Value

string

Inherited From WorkItemDeleteReference.name

project

Parent project of the deleted work item.

project: string

Property Value

string

Inherited From WorkItemDeleteReference.project

type

Type of work item.

type: string

Property Value

string

Inherited From WorkItemDeleteReference.type

url

REST API URL of the resource

url: string

Property Value

string

Inherited From WorkItemDeleteReference.url