Hi team ,
Jira automation is getting failed can anyone help on this
Hi @bhanu teja
Without seeing the entire webhook data message, it appears you are referencing something that does not exist in the data, or is empty:
{{webhookData.fields.summary}}
I recommend writing just that to the audit log, and then using details of your message to adjust the issue create action.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was that image from the entire message or what you logged for {{webhookData.fields.summary}}?
If that was the entire message, I do not see "fields" in the message, so try removing that part:
{{webhookData.summary}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.