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) 232 B
export interface CustomerRequestLink { self?: string; /** REST API URL for the request. */ jiraRest?: string; /** Web URL for the request. */ web?: string; /** Jira agent view URL for the request. */ agent?: string; }