Hi Community!
With some of you, I want to share my recent investigation about webhooks in Jira, which took me some time in debugging and finding solution. If any of you will encounter similar issues here is ready to go solution. We are at 7.6.6 Jira and want to use noProxy for some of the domains using Java parameter -Dhttp.nonProxyHosts
1. Check if Java parameter is set up like that. "System info"
-Dhttp.nonProxyHosts='localhost|*.xxx|.yyy'.
2. Enabling debugging for webhooks. Go to Logging and profiling and add "com.atlassian.webhooks"
3. Check if you have proper .jar package. It's well known bug in Jira before 7.8.
https://jira.atlassian.com/browse/JRASERVER-43143
So check if you have proper version in Manage apps -> system
atlassian-httpclient-plugin-1.0.1.jar If not upgrade Instance or package BUT Test it before doing so ;)
It should fix noProxy issue.
Cheers,
Hubert
Nice writeup @Hubert Kut ! Thanks for sharing :)
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.