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

x/jira/src/version3/models/versionMove.ts>VersionMove

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

Properties

optional
after: string

The URL (self link) of the version after which to place the moved version. Cannot be used with position.

optional
position: string

An absolute position in which to place the moved version. Cannot be used with after.