Hi Team,
I need assistance for get specific customer create all request. I created issue in Jira account using ServiceDesk API. I want to get all my request with all details.
I already belongs to one organization.
Thanks in advance.
Hi @Firehawk Admin and welcome to the community,
Why you don't use JQL to get all your issue? You could write:
assignee = currentUser()
OR
reporter = currentUser()
creator = currentUser()
depending on which issues you want to get. Can't really see the need to use API for this.