workflowSchemes property

WorkflowSchemesApi workflowSchemes
latefinal

This resource represents workflow schemes. Use it to manage workflow schemes and the workflow scheme's workflows and issue types.

A workflow scheme maps issue types to workflows. A workflow scheme can be associated with one or more projects, which enables the projects to use the workflow-issue type mappings.

Active workflow schemes (workflow schemes that are used by projects) cannot be edited. When an active workflow scheme is edited, a draft copy of the scheme is created. The draft workflow scheme is then be edited and published (replacing the active scheme).

See Configuring workflow schemes for more information.

Implementation

late final workflowSchemes = WorkflowSchemesApi(_client);