Describes a work item field operation.

interface WorkItemFieldOperation {
    name?: string;
    referenceName?: string;
}

Properties

name?: string

Friendly name of the operation.

referenceName?: string

Reference name of the operation.