JFS 1.4 Installation
- Stop your JIRA instance
- Download JIRA patch according to your JIRA version;
- Download JFS plugin JAR file according to your JIRA version and place it to
JIRA_HOME/plugins/installed-plugins;
|
Starting from v1.3, we ship different JAR packages according to JIRA version - refer to Downloads page. |
For JIRA Standalone:
- Make a backup copy of your JIRA installation or make sure you have an original JIRA distribution package;
- Unzip JIRA patch ZIP file to
atlassian-jirafolder of JIRA installation. Please pay extra attention to the folder you are unpacking the patch archive to.
For JIRA WAR/EAR installation:
- Unzip JIRA patch ZIP file to
edit-webappsubfolder of JIRA build folder; - Build JIRA and redeploy it to your application server.
Finally, start your JIRA and navigate to Administration->Field Security->Update History Entries to update issue change history records (follow the on-screen instructions).
To check if the JFS patch is applied properly:
|
| Attention International Users If you are using non-English language and your default operating system encoding is not UTF-8 , it is strongly recommended to set Java default encoding to UTF-8 . To do this: set Java property |
License is needed for the plugin to operate. To get an evaluation license:
- Navigate to My Account
- Create a new evaluation license under Licenses tab.
- Copy&paste generated license data to Administration->Field Security->Licensing page of your JIRA instance.
- Evaluation license will be valid for 30 days. After that you should purchase a commercial license.
You have successfully installed the JFS Plugin. Now you can move to JFS Tutorial to see how the plugin can be easily configured in three steps.
Upgrading to latest version
- Make a backup copy of
JIRA_HOME/jfsfolder to save JFS configuration in case smth goes wrong; - Follow JFS Installation procedure