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

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