Team,
I am trying to utilize applink from confluence while creating version in Jira , with GET this is working fine, however whenever i tried with POST it's failing.
{code}http://wiki.XXXXXX.com/plugins/servlet/applinks/proxy?appId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&path=http://jira.XXXXXX.com/rest/api/2/project/XXX/versions{code} But there are problems with POST requests. GET works fine, but the committed parameters of POST weren't correct. I always get an HTTP 400 Bad request.
is there any one who has came across this problem?