Does this apply to the Jira rest api?

Steven Tremblay 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