OptionalavatarId?: numberThe ID for the avatar for the priority. This parameter is nullable and both iconUrl and avatarId cannot be defined.
Optionaldescription?: string | nullThe description of the priority.
OptionaliconUrl?: The URL of an icon for the priority. Accepted protocols are HTTP and HTTPS. Built in icons can also be used. Both iconUrl and avatarId cannot be defined.
The ID of the issue priority.
Optionalname?: string | nullThe name of the priority. Must be unique.
OptionalstatusColor?: string | nullThe status color of the priority in 3-digit or 6-digit hexadecimal format.
Optionaloptions: RequestOptions
Updates an issue priority.
At least one request body parameter must be defined.
Deprecation notice: The
iconUrlparameter was sunset on 16th Mar 2025, and replaced withavatarId. See CHANGE-1525.Permissions required: Administer Jira global permission.