interface GetIssueTypesForProject {
    level?: number;
    projectId: number;
}

Properties

Properties

level?: number

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

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

projectId: number

The ID of the project.