You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
HI
Does anyone knows a way to sent webhook via groovy Scriptrunner Listener?
Basically id like to use ONLY plugin to send JSON instead of jira's build-in webhook mechanism. Is there a way to create this ? Maybe using event.getChangeLog() ?
Regards
Just curious why the native webhook option isn’t suitable?
CCM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
case is quite simple - it affects performance (and i really mean it)
adding webhooks (with body) on updated event increases time of editing issue. And for example when you'll add few different webhooks on this event and you'll try to close sprint with moving unresolved issues to different sprint (or even bulk edit issue) - operation time can even multiply;/ Especially when there is more then on (in my ex 6) webhooks mapped to project
This is known issue: https://jira.atlassian.com/browse/JRASERVER-68174
and I'm working on my workaround
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.