---
title: "Get priorities"
method: GET
path: "/rest/api/2/priority"
tags: ["Issue priorities"]
deprecated: true
---

# Get priorities

`GET /rest/api/2/priority`

> **Deprecated.**

Returns the list of all issue priorities.

**Deprecated:** Use [Search priorities](#api-rest-api-2-priority-search-get) instead. **[Permissions](#permissions) required:** Permission to access Jira.

## Response `200`

Returned if the request is successful.

- Priority[]
  - `avatarId` integer — The avatarId of the avatar for the issue priority. This parameter is nullable and when set, this avatar references the universal avatar APIs.
  - `description` string — The description of the issue priority.
  - `iconUrl` string — The URL of the icon for the issue priority.
  - `id` string — The ID of the issue priority.
  - `isDefault` boolean — Whether this priority is the default.
  - `name` string — The name of the issue priority.
  - `schemes` ExpandPrioritySchemePage
    - `maxResults` integer
    - `startAt` integer
    - `total` integer
  - `self` string — The URL of the issue priority.
  - `statusColor` string — The color used to indicate the issue priority.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
