interface ReleaseWorkItemRef {
    assignee?: string;
    id?: string;
    provider?: string;
    state?: string;
    title?: string;
    type?: string;
    url?: string;
}

Properties

assignee?: string
id?: string

Gets or sets the ID.

provider?: string

Gets or sets the provider.

state?: string

Gets or sets the state.

title?: string

Gets or sets the title.

type?: string

Gets or sets the type.

url?: string

Gets or sets the workitem url.