jira.js
    Preparing search index...

    Variable ProjectAndIssueTypePairSchemaConst

    ProjectAndIssueTypePairSchema: ZodObject<
        { issueTypeId: ZodString; projectId: ZodString },
        $loose,
    > = ...

    A project and issueType ID pair that identifies a status mapping.