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

    Interface WorkflowRuleConfiguration

    The configuration of the rule.

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

    Properties

    id?: string

    The ID of the rule.

    parameters?: {}

    The parameters related to the rule.

    ruleKey: string

    The rule key of the rule.