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

    Interface WorkflowRulesSearch

    Details of the workflow and its transition rules.

    interface WorkflowRulesSearch {
        expand?: string;
        ruleIds: string[];
        workflowEntityId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expand?: string

    Use expand to include additional information in the response. This parameter accepts transition which, for each rule, returns information about the transition the rule is assigned to.

    ruleIds: string[]

    The list of workflow rule IDs.

    workflowEntityId: string

    The workflow ID.