Returns a list of all issue priorities
This request has no parameters.
List of priorities
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/priority' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Returns a page with list of issue priorities whose names (or their translations) match query
integer
string
array<integer>
integer
List of priorities
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/priority/page' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Returns an issue priority
string
RequiredReturned if the issue priority exists and is visible by the calling user. Contains a full representation of the issue priority in JSON
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/priority/{id}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Rate this page: