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) 417 B
export interface GetProjectVersions { /** The project ID or project key (case sensitive). */ projectIdOrKey: string | number; /** * Use [expand](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#expansion) to include additional * information in the response. This parameter accepts `operations`, which returns actions that can be performed on * the version. */ expand?: string; }