Describes a update work item type template request body.

interface WorkItemTypeTemplateUpdateModel {
    actionType?: ProvisioningActionType;
    methodology?: string;
    template?: string;
    templateType?: TemplateType;
}

Properties

Describes the type of the action for the update request.

methodology?: string

Methodology to which the template belongs, eg. Agile, Scrum, CMMI.

template?: string

String representation of the work item type template.

templateType?: TemplateType

The type of the template described in the request body.