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.

14 lines (13 loc) 290 B
export interface ProjectLandingPageInfo { url?: string; projectKey?: string; projectType?: string; boardName?: string; simpleBoard?: boolean; queueId?: number; queueName?: string; queueCategory?: string; boardId?: number; simplified?: boolean; attributes?: unknown; }