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

x/jira/src/version3/models/reorderIssueResolutionsRequest.ts>ReorderIssueResolutionsRequest

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

Change the order of issue resolutions.

Properties

ids: string[]

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

optional
after: string

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

optional
position: string

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