Page 6 of 9
Eclipse JIRA Setup:
- Close/Exit Eclipse.
- IF your site is using a local generated SSL Root CA certificate, download the certificate into:
/tmp/my_jira_server_cert.crt - Verify your java installation folder is configured in your PATH.
- Import theĀ Root Certificate into Java KeyStore using command prompt:
cd $JAVA_HOME/jre/bin
./keytool -importcert -trustcacerts -keystore ../lib/security/cacerts -file /tmp/my_jira_server_cert.crt -v
* Default password is 'changeit' - Start Eclipse.
- Select Help->Install New Software
- Click "Add" button.
- Enter name "Atlassian" and Location:
http://update.atlassian.com/atlassian-eclipse-plugin/rest/nightly/e3.7 - Click "OK" button.
- Wait for Eclipse to download the information.
- Select "Atlassian Connector" and click "Next" button.
- Click "Next" button.
- Select accept the license agreement and click "Finish" button.
- Click "Install anyway" button in the Security Warning pop-up.
- Click "Restart now" in the Software Updates pop-up.