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.