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.

6 lines (5 loc) 265 B
/** List of custom fields identifiers which will be used to filter configurations */ export interface ConfigurationsListParameters { /** List of IDs or keys of the custom fields. It can be a mix of IDs and keys in the same query. */ fieldIdsOrKeys: string[]; }