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

x/jira/src/version3/models/reorderIssuePriorities.ts>ReorderIssuePriorities

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

Change the order of issue priorities.

Properties

ids: string[]

The list of issue IDs to be reordered. Cannot contain duplicates nor after ID.

optional
after: string

The ID of the priority. Required if position isn't provided.

optional
position: string

The position for issue priorities to be moved to. Required if after isn't provided.