Hello everyone,
I'm currently running into a big problem: I can't send request to the REST API.
In my case, I want to get the list of all organizations in my project, so I'm using
GET /rest/servicedeskapi/organization
I'm sending it with the correct headers, and my acces token, juste like in the documentation.
But I'm getting a 403 Response, saying this:
Reponse from Atlassian API: 403 {
"errorMessages":[
"Access to the resource was denied due to missing scope grants. Your app was granted the following scopes: [manage/org/public-api].
The resource can be accessed by having one of these groups of scopes:
* [read:organization:jira-service-management]
* [manage:servicedesk-customer]
"
]
}
Although I have read:organization:jira-service-management & manage:servicedesk-customer in my maniseft.yml
https://community.atlassian.com/t5/Jira-questions/Can-t-access-sprint-data-due-to-permission/qaq-p/2085459#M543085
Same issue here. did you find a solution ?
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.