When trying to set up an application connection from Jira to Bitbucket, I'm getting "No response was received from the URL (our Bitbucket URL) - it may not be valid. Both applications are on the same host on different ports, so I configured JIra to allow all hosts. However, I have not found instructions for configuring Bitbucket to allow all hosts. I tried the same think in bitbucket.properties, but it still gives me a warning about "local host" and "restricted addresses" How can I set up the application link between Jira and Bitbucket?
Hi @Kevin Nelson
Atlassian advises installing different products on separate servers. However, if you're only installing to test features, it's acceptable, and the applink should function in this scenario too. You need to ensure the network and SSL connectivity to both application URLs. Since both applications are on the same server, you can execute the commands on the same server.
curl <Bitbucket-Base-URL>/status
curl <Jira-Base-URL>/status
$JAVA_HOME/bin/java SSLPoke <Jira-domain> 443
$JAVA_HOME/bin/java SSLPoke <Bitbucket-domain> 443
Regards,
Aman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.