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

    Interface WorkflowRulesSearchDetails

    Details of workflow transition rules.

    interface WorkflowRulesSearchDetails {
        invalidRules?: string[];
        validRules?: Version3Models.WorkflowTransitionRules[];
        workflowEntityId?: string;
    }
    Index

    Properties

    invalidRules?: string[]

    List of workflow rule IDs that do not belong to the workflow or can not be found.

    List of valid workflow transition rules.

    workflowEntityId?: string

    The workflow ID.