OptionalavatarId?: numberThe ID for the avatar for the priority. Either the iconUrl or avatarId must be defined, but not both. This parameter is nullable and will become mandatory once the iconUrl parameter is deprecated.
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. Either the iconUrl or avatarId must be defined, but not both.
The name of the priority. Must be unique.
The status color of the priority in 3-digit or 6-digit hexadecimal format.
Optionaloptions: RequestOptions
Creates an issue priority.
Deprecation notice: The
iconUrlparameter was sunset on 16th Mar 2025, and replaced withavatarId. See CHANGE-1525.Permissions required: Administer Jira global permission.