Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version2/models/statusMigration.ts>StatusMigration

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface StatusMigration
import { type StatusMigration } from "https://deno.land/x/jira@v3.0.2/src/version2/models/statusMigration.ts";

The mapping of old to new status ID.

Properties

newStatusReference: string

The new status ID.

oldStatusReference: string

The old status ID.