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

    Interface WorkflowSchemeReadResponse

    interface WorkflowSchemeReadResponse {
        defaultWorkflow?: WorkflowMetadataRestModel;
        description?: string;
        id: string;
        name: string;
        scope: WorkflowScope;
        taskId?: string;
        version: Version3Models.DocumentVersion;
        workflowsForIssueTypes: WorkflowMetadataAndIssueTypeRestModel[];
    }
    Index

    Properties

    defaultWorkflow?: WorkflowMetadataRestModel
    description?: string

    The description of the workflow scheme.

    id: string

    The ID of the workflow scheme.

    name: string

    The name of the workflow scheme.

    scope: WorkflowScope
    taskId?: string

    Indicates if there's an asynchronous task for this workflow scheme.

    workflowsForIssueTypes: WorkflowMetadataAndIssueTypeRestModel[]

    Mappings from workflows to issue types.