How do I make JIRA notify a Java application about events?

不羁岁月 提交于 2019-12-11 16:00:01

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!