Hi, I'm trying to use JIRA API to retrieve some JSON information.
I am able to access: by project, Issue, statuses.
https://..../jira/rest/api/2/project/12907/statuses
However I can not access:
https://....../jira/rest/api/2/project/12907/role/
https://....../jira/rest/api/2/role/
For the 1st two I receive an HTTP status 200 and the JSON response. For the 2nd two I receive a status 401 Not authorized.
I'm trying to figure out which specific permission I need my manger to request on my behalf for me to have access to the role category.
I tried looking on google and https://confluence.atlassian.com/adminjiracloud/managing-project-permissions-776636362.html but I was unable to find the correct permission I need.
Thank you