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

    Interface GetIssueTypesForProject

    interface GetIssueTypesForProject {
        level?: number;
        projectId: string | number;
    }
    Index

    Properties

    Properties

    level?: number

    The level of the issue type to filter by. Use:

    -1 for Subtask. 0 for Base. 1 for Epic.

    projectId: string | number

    The ID of the project.