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

    Interface WorkflowSchemeReadResponse

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

    Properties

    description?: string

    The description of the workflow scheme.

    id: string

    The ID of the workflow scheme.

    name: string

    The name of the workflow scheme.

    taskId?: string

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

    Mappings from workflows to issue types.