Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello
I have a java application.
Is there a way I can know if there is a event in Jira (Ex: Version added, Project created etc) notified to my application.
Thanks
Abe
Hi Abe,
Yes, you can use Jira webhooks to notify your Java application about events like version additions or project creations. Set up a webhook in Jira to send POST requests to your application, and create an endpoint in your Java app to handle these requests. Check Jira's webhook documentation for detailed steps.
Hello @AbrahamA
With an Automation Rule you can use a Send Web Request action to call an external API in response to an event in Jira.
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation
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.