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) 207 B
export interface CreateBoard { name: string; type: 'kanban' | 'scrum' | 'agility' | string; filterId: number; location?: { type?: 'project' | 'user' | string; projectKeyOrId?: string; }; }