问题
What special configuration do I have to do to make JIRA inform a Java application notified about issue changes (events)? I followed the instructions mentioned at JIRA Webhooks
回答1:
You should expose HTTP endpoint in your Java application, and define in Jira the webhook configuration, for example:
Name: "My webhook"
URL: http://www.myremoteapp.com/webhookreceiver
Scope: all issues
Events: all issue events
See Jira Webhook documentation here.
回答2:
As I posted in my question, I did follow the instructions on the webhook tutorial. The thing was that I have to check all the issue related checkboxes as well. I thought that I just have to specify All Issue Events and thats it... but I have to check all the checkboxes as well.
来源:https://stackoverflow.com/questions/47791356/how-do-i-make-jira-notify-a-java-application-about-events