Interface WorkflowSchemeUpdateRequiredMappingsResponse

interface WorkflowSchemeUpdateRequiredMappingsResponse {
    statuses?: StatusMetadata[];
    statusesPerWorkflow?: StatusesPerWorkflow[];
    statusMappingsByIssueTypes?: RequiredMappingByIssueType[];
    statusMappingsByWorkflows?: RequiredMappingByWorkflows[];
}

Properties

statuses?: StatusMetadata[]

The details of the statuses in the associated workflows.

statusesPerWorkflow?: StatusesPerWorkflow[]

The statuses associated with each workflow.

statusMappingsByIssueTypes?: RequiredMappingByIssueType[]

The list of required status mappings by issue type.

statusMappingsByWorkflows?: RequiredMappingByWorkflows[]

The list of required status mappings by workflow.