Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does this apply to the Jira rest api?

Steven Tremblay
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 4, 2016

I have integrations into JIRA and I want to know if this addon will change the priorities available through the rest api?

1 answer

0 votes
Contact [Develocenter] April 7, 2016

Hi Steven,

if you create issue using REST API then all priorities can be set (it's not checked) but you can check exluded priorities & resolutions for particular project and issue type by using this REST method:

GET /rest/priresschemes/1.0/config?projectId={projectId}&issueTypeId={issueTypeId}

This method will result JSON, which could look for example like that:

{"isPriorityScheme":"true","isResolutionScheme":"false","excludedPriorities":[{"id":"2","name":"critical"},{"id":"3","name":"major"}],"excludedResolutions":[]}

I hope it will be helpfull for you.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events