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

x/jira/src/version2/models/orderOfIssueTypes.ts>OrderOfIssueTypes

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

An ordered list of issue type IDs and information about where to move them.

Properties

optional
after: string

The ID of the issue type to place the moved issue types after. Required if position isn't provided.

issueTypeIds: string[]

A list of the issue type IDs to move. The order of the issue type IDs in the list is the order they are given after the move.

optional
position: string

The position the issue types should be moved to. Required if after isn't provided.