I have integrations into JIRA and I want to know if this addon will change the priorities available through the rest api?
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.