I'm struggling to get assets from Jira Service Management Cloud over REST API
Please help out to find documentation with some examples.
Example from Jira webpage (https://developer.atlassian.com/cloud/assets/rest/api-group-object/ ) gives me an error:
curl --location '{{baseURL}}/jsm/assests/workspace/{{workspaceId}}/1.0/aql/objects' \--header 'Accept: application/json' \--header 'Authorization: Bearer {{Token}}' \
I believe that you depend on https://jira.atlassian.com/browse/JSDCLOUD-12080 - Assets REST API: add support for Oauth2 and JWT authentication
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.