Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ProjectAndIssueTypePair

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

    interface ProjectAndIssueTypePair {
        issueTypeId: string;
        projectId: string;
    }
    Index

    Properties

    issueTypeId: string

    The ID of the issue type.

    projectId: string

    The ID of the project.