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.

10 lines (9 loc) 342 B
export interface GetProjectsForIssueTypeScreenScheme { /** The ID of the issue type screen scheme. */ issueTypeScreenSchemeId: number; /** The index of the first item to return in a page of results (page offset). */ startAt?: number; /** The maximum number of items to return per page. */ maxResults?: number; query?: string; }