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

    Interface AvailableWorkflowForgeRule

    The Forge provided ecosystem rules available.

    interface AvailableWorkflowForgeRule {
        description?: string;
        id?: string;
        name?: string;
        ruleKey?: string;
        ruleType?: string;
    }
    Index

    Properties

    description?: string

    The rule description.

    id?: string

    The unique ARI of the forge rule type.

    name?: string

    The rule name.

    ruleKey?: string

    The rule key.

    ruleType?: string

    The rule type.