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

x/jira/src/version3/models/priority.ts>Priority

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

An issue priority.

Properties

optional
self: string

The URL of the issue priority.

optional
statusColor: string

The color used to indicate the issue priority.

optional
description: string

The description of the issue priority.

optional
iconUrl: string

The URL of the icon for the issue priority.

optional
name: string

The name of the issue priority.

optional
id: string

The ID of the issue priority.

optional
isDefault: boolean

Whether this priority is the default.