I am configuring the Post Function "Trigger a Webhook", how can I add more webhooks to the list? When I open it, several endpoint options appear, but I don’t understand where they were configured and how I can add a new one.
My goal is to call an external endpoint outside of Jira. Is this possible using this Post Function? If so, how can I configure it properly?
Hey everyone, I figured it out!
It was easier than I thought. Basically, you just need to access the webhook management screen. Here’s the official documentation:
https://developer.atlassian.com/server/jira/platform/webhooks/
@Gabriel Mercer If the goal is to call an external endpoint, you can create an automation rule that triggers when an issue transitions. Configure the trigger with the desired "From" and "To" statuses, and apply any necessary conditions before making the API call.
Finally, add a Send web request action to execute the API call. See the screenshot below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.