Hi,
I am trying to query all the issues from the service desk project for all the users using http://xxx/rest/servicedeskapi/request/ . I am able to get the issues from JIRA projects using rest apis.can any one help me.
Thanks,
This works for me!
curl -H "X-ExperimentalApi: true" -u customer:customer -X GET http://my.server.com:8080/jira/rest/servicedeskapi/servicedesk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.