jira.js
    Preparing search index...

    Variable IssueTypeWorkflowMappingSchemaConst

    IssueTypeWorkflowMappingSchema: ZodObject<
        {
            issueType: ZodOptional<ZodString>;
            updateDraftIfNeeded: ZodOptional<ZodBoolean>;
            workflow: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    Details about the mapping between an issue type and a workflow.