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

    Interface ConnectWorkflowTransitionRule

    A workflow transition rule.

    interface ConnectWorkflowTransitionRule {
        configuration: Version3Models.RuleConfiguration;
        id: string;
        key: string;
        transition?: Version3Models.WorkflowTransition;
    }
    Index

    Properties

    id: string

    The ID of the transition rule.

    key: string

    The key of the rule, as defined in the Connect app descriptor.