Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/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/version2/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.