Can anyone know what is on what basis ,Business Value to be assigned to a User Story or Task. Is there any standard formula to set Business Value to a User Story. Please let me know.
We finally figure this out. We had 3 different java installs. One for Jira, one for Bamboo (64 bit) and one for Confluence all on the same box. Each one needs to have the cert that we create with openSSl loaded into the certifcate keystore if you want to link these apps.
We did the following with the keystore command.
keytool -import -alias confluence.onlifehealth.com -file confluence.cert -keystore "C:\Program Files\Java\jre6\lib\security\cacerts"
keytool -import -alias jira.onlifehealth.com -file jira.cert -keystore "C:\Program Files\Java\jre6\lib\security\cacerts"
We had to do this for each JRE/ JDK in use.
Also the password for the cacerts keystore was "changeit"
Same issue.
Jira and Confluence running behind Apache and OpenSSL.
I have imported Jira and Confluence certificate into /opt/atlassian/jira/jre/lib/security/cacerts and JIRA/Confluence point to same keystore.
JIRA and Confluence can work fine with https but cannot create application link with error " PKIX path building failed"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.