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
Hello,
I want Jira to interact with another web application.
The way we chosen was the Jira REST-API and the 'Jira Webhooks' as a way back.
We wanted to use the "Web Link" Jira supports for each issue. But Jira seems not to fire a webhook trigger, if such a link is created or deleted :(
https://jira.atlassian.com/browse/JRASERVER-32237
If I create a link between Jira-Issues an event of type issuelink_created is triggered. But if I create a link to an external URL nothing happens :(
Is there a way to deal with that? Like adding a generic event...?
I would be grateful for any ideas.
Dieter
I have now found a solution by myself:
There is an addon named Issue Linked Event for Jira, which creates specific new jira internal events 'Issue Link Created' and 'Issue Link Deleted'. Unfortunately the webhook is NOT called automatically...
Those events I catched with an "Script Runner Custom Listener" and called the Webhook within groovy implementation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.