jira.js
    Preparing search index...

    Variable AvailableWorkflowSystemRuleSchemaConst

    AvailableWorkflowSystemRuleSchema: ZodObject<
        {
            description: ZodString;
            incompatibleRuleKeys: ZodArray<ZodString>;
            isAvailableForInitialTransition: ZodBoolean;
            isVisible: ZodBoolean;
            name: ZodString;
            ruleKey: ZodString;
            ruleType: ZodCustom<
                string & {}
                | "Condition"
                | "Validator"
                | "Function"
                | "Screen",
                string & {} | "Condition" | "Validator" | "Function" | "Screen",
            >;
        },
        $loose,
    > = ...

    The Atlassian provided system rules available.