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.
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.