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

x/jira/src/version3/models/moveField.ts>MoveField

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

Properties

optional
after: string

The ID of the screen tab field after which to place the moved screen tab field. Required if position isn't provided.

optional
position: string

The named position to which the screen tab field should be moved. Required if after isn't provided.