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) 277 B
/** The list of status mappings. */ export interface WorkflowAssociationStatusMapping { /** The ID of the status in the new workflow. */ newStatusId: string; /** The ID of the status in the old workflow that isn't present in the new workflow. */ oldStatusId: string; }