Reference to a deleted work item.

interface WorkItemDeleteReference {
    code?: number;
    deletedBy?: string;
    deletedDate?: string;
    id?: number;
    message?: string;
    name?: string;
    project?: string;
    type?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

code?: number

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

deletedBy?: string

The user who deleted the work item type.

deletedDate?: string

The work item deletion date.

id?: number

Work item ID.

message?: string

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

name?: string

Name or title of the work item.

project?: string

Parent project of the deleted work item.

type?: string

Type of work item.

url?: string

REST API URL of the resource