I am currently trying to use the Jira REST API endpoint `/rest/dev-status/1.0/issue/detail` with OAuth authentication, but I am facing issues accessing it.
Specifically:
- The API call fails or returns permission errors when using OAuth tokens.
- I am unsure about the exact permissions or scopes required for OAuth tokens to successfully call this endpoint.
- Additionally, I want to confirm what permissions the Basic Auth token must have to access this API endpoint.
I have referred to the Jira API documentation but did not find clear details regarding the permission scopes or roles needed for this endpoint.
Requesting assistance to clarify:
- Required OAuth scopes/permissions to access `/rest/dev-status/1.0/issue/detail`.
- Permissions needed for Basic Auth token to work with this endpoint.
- Any additional setup or configuration required for OAuth access to this API.
This information is critical to enable proper integration and automation for our development status tracking.
Thank you.
Hello @Keshav Jhawar
You know, you really can save yourself a lot of time and trouble by just using Google to search on topics and doing some research before you ask the question.
If you'd have Googled "Jira rest/dev-status/1.0/issue/detail endpoint access" you'd have read the many historical threads about all the times people have asked about that UNDOCUMENTED, INTERNAL, UNSUPPORTED FOR PUBLIC ACCESS API endpoint, and realised why trying to access it using OAuth is futile.
Which API are you using?
Have you used an api token with scope or without, what if yout try an api tokne without scopes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.