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

x/jira/src/version3/models/setDefaultPriorityRequest.ts>SetDefaultPriorityRequest

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

The new default issue priority.

Properties

id: string

The ID of the new default issue priority. Must be an existing ID or null. Setting this to null erases the default priority setting.