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) 200 B
/** The details of a transition status. */ export interface CreateWorkflowStatusDetails { /** The ID of the status. */ id: string; /** The properties of the status. */ properties?: unknown; }