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

    Interface JiraWorkflow

    Details of a workflow.

    interface JiraWorkflow {
        description?: string;
        id?: string;
        isEditable?: boolean;
        name?: string;
        scope?: Version2Models.WorkflowScope;
        startPointLayout?: Version2Models.WorkflowLayout;
        statuses?: Version2Models.WorkflowReferenceStatus[];
        taskId?: string;
        transitions?: Version2Models.WorkflowTransitions[];
        usages?: Version2Models.ProjectIssueTypes[];
        version?: Version2Models.DocumentVersion;
    }
    Index

    Properties

    description?: string

    The description of the workflow.

    id?: string

    The ID of the workflow.

    isEditable?: boolean

    Indicates if the workflow can be edited.

    name?: string

    The name of the workflow.

    startPointLayout?: Version2Models.WorkflowLayout

    The statuses referenced in this workflow.

    taskId?: string

    If there is a current asynchronous task operation for this workflow.

    The transitions of the workflow.

    Use the optional workflows.usages expand to get additional information about the projects and issue types associated with the requested workflows.