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

    Interface WorkflowRuleSearch

    Details of the workflow and its transition rules.

    interface WorkflowRuleSearch {
        expand?: string;
        ruleIds: string[];
        transferId: 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.

    transferId: string

    The app migration transfer ID.

    workflowEntityId: string

    The workflow ID.