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

    Interface RuleConfiguration

    A rule configuration.

    interface RuleConfiguration {
        disabled?: boolean;
        tag?: string;
        value: string;
    }
    Index

    Properties

    Properties

    disabled?: boolean

    EXPERIMENTAL: Whether the rule is disabled.

    tag?: string

    EXPERIMENTAL: A tag used to filter rules in Get workflow transition rule configurations.

    value: string

    Configuration of the rule, as it is stored by the Connect app on the rule configuration page.