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

    Interface AvailableWorkflowConnectRule

    The Connect provided ecosystem rules available.

    interface AvailableWorkflowConnectRule {
        addonKey?: string;
        createUrl?: string;
        description?: string;
        editUrl?: string;
        moduleKey?: string;
        name?: string;
        ruleKey?: string;
        ruleType?: string;
        viewUrl?: string;
    }
    Index

    Properties

    addonKey?: string

    The add-on providing the rule.

    createUrl?: string

    The URL creation path segment defined in the Connect module.

    description?: string

    The rule description.

    editUrl?: string

    The URL edit path segment defined in the Connect module.

    moduleKey?: string

    The module providing the rule.

    name?: string

    The rule name.

    ruleKey?: string

    The rule key.

    ruleType?: string

    The rule type.

    viewUrl?: string

    The URL view path segment defined in the Connect module.