Jira.js - Jira Cloud API library
    Preparing search index...

    Interface UpdateSchemes

    The update workflow scheme payload.

    Index

    Properties

    defaultWorkflowId?: string

    The ID of the workflow for issue types without having a mapping defined in this workflow scheme. Only used in global-scoped workflow schemes. If the defaultWorkflowId isn't specified, this is set to Jira Workflow (jira).

    description: string

    The new description for this workflow scheme.

    id: string

    The ID of this workflow scheme.

    name: string

    The new name for this workflow scheme.

    statusMappingsByIssueTypeOverride?: Version3Models.MappingsByIssueTypeOverride[]

    Overrides, for the selected issue types, any status mappings provided in statusMappingsByWorkflows. Status mappings are required when the new workflow for an issue type doesn't contain all statuses that the old workflow has. Status mappings can be provided by a combination of statusMappingsByWorkflows and statusMappingsByIssueTypeOverride.

    statusMappingsByWorkflows?: Version3Models.MappingsByWorkflow[]

    The status mappings by workflows. Status mappings are required when the new workflow for an issue type doesn't contain all statuses that the old workflow has. Status mappings can be provided by a combination of statusMappingsByWorkflows and statusMappingsByIssueTypeOverride.

    workflowsForIssueTypes?: Version3Models.WorkflowSchemeAssociation[]

    Mappings from workflows to issue types.