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

    Class Workflows

    Index

    Constructors

    Methods

    • Get the list of workflow capabilities for a specific workflow using either the workflow ID, or the project and issue type ID pair. The response includes the scope of the workflow, defined as global/project-based, and a list of project types that the workflow is scoped to. It also includes all rules organised into their broad categories (conditions, validators, actions, triggers, screens) as well as the source location (Atlassian-provided, Connect, Forge).

      Permissions required:

      • Administer Jira project permission to access all, including global-scoped, workflows
      • Administer projects project permissions to access project-scoped workflows

      Type Parameters

      Parameters

      Returns Promise<void>

    • Get the list of workflow capabilities for a specific workflow using either the workflow ID, or the project and issue type ID pair. The response includes the scope of the workflow, defined as global/project-based, and a list of project types that the workflow is scoped to. It also includes all rules organised into their broad categories (conditions, validators, actions, triggers, screens) as well as the source location (Atlassian-provided, Connect, Forge).

      Permissions required:

      • Administer Jira project permission to access all, including global-scoped, workflows
      • Administer projects project permissions to access project-scoped workflows

      Type Parameters

      Parameters

      Returns Promise<T>