jira.js
    Preparing search index...

    Variable WorkflowRulesSearchSchemaConst

    WorkflowRulesSearchSchema: ZodObject<
        {
            expand: ZodOptional<ZodString>;
            ruleIds: ZodArray<ZodString>;
            workflowEntityId: ZodString;
        },
        $loose,
    > = ...

    Details of the workflow and its transition rules.