Forums

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

trigger a webhook via listener

Pablo
Contributor
December 24, 2019

Hi

Does anyone know how to trigger a webhook via scriptrunner groovy listener?

 

build in webhooks based on jqls are not working correctly;

https://jira.atlassian.com/browse/JRASERVER-62919

https://jira.atlassian.com/browse/JRASERVER-67860

 

 

 

 

1 answer

1 vote
brbojorque
Community Champion
December 24, 2019

Hi @Pablo ,

A webhook is just an HTTP Post request from any system to another system.

You can trigger an HTTP request in the post function/listener.

Please check how can it be done.

https://community.atlassian.com/t5/Jira-questions/Send-a-HTTP-POST-as-a-post-function/qaq-p/312384

Pablo
Contributor
December 27, 2019

Hi

thank you for info

unfortunately this is not an useful answer in this case

webhook basically works fine - except those based on jqls so i need to create workaround for it and I don't want to build another webhook system - i just need to reuse existing webhooks and without writing it from beginning

 

anyone know is it possible?

 

Regards

Like Alfira likes this

Suggest an answer

Log in or Sign up to answer