NAME
JIRA::API::Priority -
SYNOPSIS
my $obj = JIRA::API::Priority->new();
...
PROPERTIES
description
The description of the issue priority.
iconUrl
The URL of the icon for the issue priority.
id
The ID of the issue priority.
isDefault
Whether this priority is the default.
name
The name of the issue priority.
self
The URL of the issue priority.
statusColor
The color used to indicate the issue priority.