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

    Interface ProjectIssueTypeMapping

    The project and issue type mapping.

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

    Properties

    issueTypeId: string

    The ID of the issue type.

    projectId: string

    The ID of the project.