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.
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.
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}}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.