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

x/jira/src/version2/models/updatePriorityDetails.ts>UpdatePriorityDetails

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

Details of an issue priority.

Properties

optional
description: string

The description of the priority.

optional
iconUrl: string

The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used.

optional
name: string

The name of the priority. Must be unique.

optional
statusColor: string

The status color of the priority in 3-digit or 6-digit hexadecimal format.