interface GetDraftWorkflow {
    id: number;
    workflowName?: string;
}

Properties

Properties

id: number

The ID of the workflow scheme that the draft belongs to.

workflowName?: string

The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.