Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Before You Start
Info |
---|
|
Installing and configuring the Connector Suite has been designed to be fairly simple, however it is a complex plugin and some level of experience will be helpful.
At the very least, you will need to be able to install plugins and restart your instance. If you do not have access to the instance to restart it yourself, you will at least need to be able to get someone else to restart it for you.
Access to the machine your instance is on is helpful, but not required. In particular, some of the plugins are quite large, and transferring them directly in to the filesystem is much quicker than using the Universal Plugin Manager (UPM).
Required Files
Note | |
---|---|
title | OBR filesTypical plugins have an extension of ".jar". The UPM allows the upload of plugins with the extension of ".obr", which are collections of ".jar" files. This simplifies the installation process for the end user, minimizing the number of items that needs to be installed to a single package. |
The following plugins can be downloaded from Atlassian Marketplace. These plugins can be installed through the UPM, so you only need to download them if you plan to do a manual install.
Connector Suite
This file is required when using the Connector Suite with JIRA.
jira-connector-plugin-<VERSION>.obr (e.g.
jira-connector-plugin-1.0.0.obr
)
Remote System Specific
For each system that you want to connect to, a different jar needs to be installed (note that if you want to connect to more than 1 system, you may install any combination of these).
For Get Satisfaction -
getsat-connector-plugin-<VERSION>.obr
For Salesforce.com -
salesforce-connector-plugin-<VERSION>.obr
For Saucelabs-
saucelabs-connector-plugin-<VERSION>.obr
For uTest -
utest-connector-plugin-<VERSION>.obr
For Zendesk -
zendesk-connector-plugin-<VERSION>.obr
Installation Instructions
UPM (Preferred)
Using the UPM to install the plugins is preferred for its simplicity. The screenshots in the following steps use an example of installing the Salesforce connector, but it will apply to the specific remote system that you are using.
Go to Administration and enter your password if prompted.
Go to the Plugins link in the System section in the left menu towards the bottom.
Click on the Install tab.
Click on the "Upload Plugin" link as shown below:
Image ModifiedBrowse for the remote system "obr" file and click Upload.
Image ModifiedCheck the plugin is successfully installed.
Image ModifiedGo back to the JIRA Install tab and repeat for the Connector Suite ".obr" file. You will be prompted to restart the application after this is installed.
Image ModifiedRestart the JIRA instance when prompted.
Check the plugins were successfully installed. The image below shows the successful installation of 5 plugins in JIRA 4.3.3, which already has the Applinks plugin bundled and therefore not installed.
Image ModifiedYou should also see a new menu section on the left menu.
Image ModifiedThe Connector Suite is now installed!
Manual Installation for JIRA
If the UPM fails to install the plugins, you can also try to install them manually. First you will need to extract the files.
Extract the files
Use an archive utility like 7zip or WinZip to open the archive. The example below is from 7zip and displays the root directory.
Image ModifiedExtract from the Connector Suite ".obr" file:
The two "activeobjects-xxx.jar" files in the "dependencies" directory
The "applinks-plugin-<VERSION>.jar" file in the "dependencies" directory
The "core-connector-plugin-<VERSION>.jar" file in the "dependencies" directory
The "jira-connector-plugin-<VERSION>.jar" file in the "dependencies" directory
Extract from the remote system ".obr" file only the ".jar" file at the root of the archive e.g. salesforce-connector-plugin-5.0.0.jar
You should have 6 ".jar" files.
Tip |
---|
JIRA 4.3Please note that a separate .zip installation has been provided for JIRA 4.3.x, this is to simplify the installation process, you will only need to extract the .zip file provided which contains all of the necessary files to install the plugin on JIRA 4.3.x. |
Check for existing files
The installation will not work if one of the above files already exists as a bundled plugin in your version of JIRA, in particular the Active Objects and Applinks plugins. To check the existence of these plugins:
Navigate to your JIRA installation directory
Go to
atlassian-jira/WEB-INF/classes
Open up the "atlassian-bundled-plugins.zip" archive in an archive utility
Check that neither the two Active Objects plugins or the Applinks plugin is in this archive
Install the files
Shut down JIRA.
Go to your JIRA home directory on the server.
Navigate to
<JIRA_HOME>/plugins/installed-plugins
.Copy over all the files you extracted except for those that you noted already exist as bundled plugins.
Start JIRA up again.
Check the installation
Go to Administration and enter your password if prompted.
Go to the Plugins link in the System section in the left menu towards the bottom.
Make sure you are on the "Manage Existing" tab.
The plugins you just installed should be displayed in the "User-installed Plugins" section. You may need to Enable them if they were previously unenabled.
Check the new section called "Cloud Connectors" appears in the left menu.
The Connector Suite is now installed!