jira.js
    Preparing search index...

    Variable StatusMappingSchemaConst

    StatusMappingSchema: ZodObject<
        { issueTypeId: ZodString; newStatusId: ZodString; statusId: ZodString },
        $loose,
    > = ...

    Details about the mapping from a status to a new status for an issue type.