I'm trying to use Endpoints in JSM API which ask about servicedesk and requests (especially SLA). I have admin permisions to project but still I can't reach those endpoints.
Examples of such endpoints:
url = "https://xxx.atlassian.net/rest/servicedeskapi/request/{issueIdOrKey}/sla" |
In that same time I can use such endpoints:
url = "https://xxx.atlassian.net/rest/servicedeskapi/organization/{organizationId}/user" |
url = "https://xxx.atlassian.net/rest/servicedeskapi/request/{issueIdOrKey}/comment" |
What am I missing in my permissions?
403
{ "errorMessage": "You do not have permission to fetch the list of SLA custom fields", "i18nErrorMessage": { "i18nKey": "sd.sla.field.service.permission.error.fetch", "parameters": [] } }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you also get an error when you only use the request-endpoint?
url = "https://xxx.atlassian.net/rest/servicedeskapi/request/{issueIdOrKey}"
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.
Ok. Then I am out ideas at the moment.
I am also an admin in one of our service management projects and I can get the infos from both endpoints.
Sorry that I cant help you further :-(
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.