Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Payload example for JSM issue

Ste404
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 13, 2024

Hi,

I have a webhook that is getting JSM issue information from another project.

I am trying to find where in the mass of JSON the status is located. 

When I log {{webhookData}} in the automation, it is just a mass of JSON and it is not complete so I can't copy it out to pull apart.

Does anyone know of an example JSON payload I can look at.

Thanks.

1 answer

0 votes
Rebekka Heilmann _viadee_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 13, 2024

Hi @Ste404 

check out the API documentation: The Jira Cloud platform REST API (atlassian.com)

Interestingly enough, Status doesn't seem to be part of the return value. You could simply try out the WebRequest in the Automation action though.


Screenshot 2024-03-14 074357.png

 

Is there a reason why you are using a WebRequest? You could use "Lookup Issues" to get any Jira issue, related or not and then access the status by {{lookupissues.first.status}}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events