Hello,
We need to fetch issue types (Task, Incident, Service Request, Problem etc) through API in an app we are developing for integration. But we are not able to locate the API on the documentation page.
https://developer.atlassian.com/cloud/jira/service-desk/rest/
Could you please help with it?
Hello,
What do you want to get? Issue types or Requests? These are different entities in Jira. Requests are based on issue types. If you want to get Requests then you should use the GET /rest/servicedeskapi/requesttype:
If you want to get issue types then you should use the GET /rest/api/2/issuetype:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.