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.

8 lines (7 loc) 134 B
export interface CreateSprint { name: string; startDate?: string; endDate?: string; originBoardId: number; goal?: string; }