Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Listening to events from outside application

AbrahamA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 21, 2024

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

2 answers

2 votes
Harry Edward
Banned
June 21, 2024

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.

2 votes
Trudy Claspill
Community Champion
June 21, 2024

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events