I am working on some automation between Cloud and Data Center.
From Cloud I want to send a WebRequest carrying a issuekey to Jira Data Center and get the json response back for the issuekey.
however the Response Payload is not returning the issue
GET Request: https://www.jira.XXXX.com/rest/api/latest/search?jql=key=DCISSUEKEY-1
Payload
{ "startAt": 0, "maxResults": 50, "total": 0, "issues": [] }
Please help me configure the WebRequest correctly to obtain the WebResponse Payload correctly