Hihi, i have a jira automation rule whereby i need to retrieve webhooks response data e.g. {"animal:"cat"}. I want this to be included as part of the webhooks url e.g. https://api.com/v1/{{webhookResponse.body.animal}} so that it will be generated as https://api.com/v1/cat. Can this be done in Jira automation rule? My jira software version is v8.20.10.
Hi @Jar Lady
Yes, that should work.
What do you observe happening?
And, have you confirmed that the content of the {{webhookData.body}} (or {{webhookReponse.body}} ) contains the information in the format you expect? You could confirm this by writing the value to the audit log and checking after the rule execution.
For example...
In these cases, adjustments would be needed to include the value(s) in the URL.
If that does not help, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Kind regards,
Bill
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.