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.