Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud Automation send Webrequest to Jira DataCenter to get issue details

Thomas Nielsen
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2022

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

Response 200
Headers (19)

 Payload

{
  "startAt": 0,
  "maxResults": 50,
  "total": 0,
  "issues": []
}

Please help me configure the WebRequest correctly to obtain the WebResponse Payload correctly

0 answers

Suggest an answer

Log in or Sign up to answer