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

    Interface PreviewTrigger

    Trigger configuration for workflow transitions.

    interface PreviewTrigger {
        id?: string;
        ruleKey?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of the trigger.

    ruleKey?: string

    The key of the trigger rule.