The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Display Webhook response

slohberg
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!
January 8, 2021

I am using a Jira Webhook to call an external WebService when a user creates or changes a worklog. Now I need to find a way to display an error message to the Jira user in case the external WebService encountered an error situation. How can this be achieved?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Hana Kučerová
Community Champion
January 9, 2021

Hi @slohberg ,

welcome to the Atlassian Community!

I worked with webhooks several times, but I didn't find any way, how to do it. Maybe others were more successful...

In the past I've handled it like this - when the request was successful, external WebService sends Jira some sort of notification using Jira REST API (write comment to issue, update some custom field...). But this is not very good solution.

I started to use Send web request action in Automation for Jira instead of webhooks recently, because it provides more functionality (response data, audit log...).