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

    Interface PreviewRuleConfiguration

    Rule configuration for workflow transitions.

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

    Properties

    id?: string

    A transient identifier for this element, unique within this response but not guaranteed to stable across requests.

    parameters?: {}

    The parameters of the rule.

    ruleKey?: string

    The rule key of the rule.