jira.js
    Preparing search index...

    Variable AvailableWorkflowForgeRuleSchemaConst

    AvailableWorkflowForgeRuleSchema: ZodObject<
        {
            description: ZodOptional<ZodString>;
            id: ZodOptional<ZodString>;
            name: ZodOptional<ZodString>;
            ruleKey: ZodOptional<ZodString>;
            ruleType: ZodOptional<
                ZodCustom<
                    string & {}
                    | "Condition"
                    | "Validator"
                    | "Function"
                    | "Screen",
                    string & {} | "Condition" | "Validator" | "Function" | "Screen",
                >,
            >;
        },
        $loose,
    > = ...

    The Forge provided ecosystem rules available.