Hi,
What is the api call to get all the issues from Jira Service Desk Management, I have multiple Projects in Service Management so the API call should be project wise.
I have tried the query to get the data but it doesn't bring some of the fields so we are looking to use the Service Management API call to get all the data with respect to particular project.
https://[yoursite].atlassian.net/rest/api/3/search?&jql=Project%3D%22ABC%22
We would like to use Service Management API but it brings all the issues and all the fields and we want to get as per project. How can advance this query to get the result as per project and the fields i want.
https://[yoursite].atlassian.net/rest/servicedeskapi/request
Thanks