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

    Interface WorkflowTransitionRulesDetails

    Details about a workflow configuration update request.

    interface WorkflowTransitionRulesDetails {
        workflowId: Version3Models.WorkflowId;
        workflowRuleIds: string[];
    }
    Index

    Properties

    workflowRuleIds: string[]

    The list of connect workflow rule IDs.