UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

11 lines (10 loc) 245 B
export interface GetIssueTypesForProject { /** The ID of the project. */ projectId: string | number; /** * The level of the issue type to filter by. Use: * * `-1` for Subtask. `0` for Base. `1` for Epic. */ level?: number; }