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) 197 B
/** The mapping of old to new status ID. */ export interface StatusMigration { /** The new status ID. */ newStatusReference: string; /** The old status ID. */ oldStatusReference: string; }