Returns all priority schemes. All project keys associated with the priority scheme will only be returned if additional query parameter is provided expand=schemes.projectKeys
integer
integer
Priority schemes
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/priorityschemes' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates new priority scheme.
Data of priority scheme to create
string
string
integer
string
array<string>
Newly created priority scheme
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/priorityschemes' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Gets a full representation of a priority scheme in JSON format.