Interface WorkflowMetadataAndIssueTypeRestModel

The workflow metadata and issue type IDs which use this workflow.

interface WorkflowMetadataAndIssueTypeRestModel {
    issueTypeIds: string[];
    workflow: WorkflowMetadataRestModel;
}

Properties

issueTypeIds: string[]

The list of issue type IDs for the mapping.

Workflow metadata and usage detail.