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

    Interface WorkflowTrigger

    The trigger configuration associated with a workflow.

    interface WorkflowTrigger {
        id?: string;
        parameters: {};
        ruleKey: string;
    }
    Index

    Properties

    id?: string

    The ID of the trigger.

    parameters: {}

    The parameters of the trigger.

    ruleKey: string

    The rule key of the trigger.