I am writing a Java client. I would like to get notification on my Java program whenever a new JIRA is created.
I am using
<jira-rest-java-client-core.version>4.0.0</jira-rest-java-client-core.version>
Hello,
You would need to add a listener to your Jira to catch the user created event and send to your web application a notification,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.