Upgrading from JIRA 3.12.xx to 3.13
Please follow the JIRA general upgrade instructions, plus note the following:
1. Introduction of Favourite Dashboards and Filters
|
Favourite DashboardsJIRA 3.13 introduces the favourite dashboards feature, which allows you to add dashboard pages that are owned by you or shared by other users as favourites (and hence, are displayed as tabs on your dashboard). On upgrade to JIRA 3.13, all your dashboard pages will be added as your favourites and displayed on your dashboard. If you do not wish any of your dashboards to be added as favourites, then you can remove them as favourites after the upgrade. See the dashboards documentation for details. Favourite FiltersSimilar to favourite dashboards, JIRA 3.13 introduces the favourite filters feature, which allows you to add issue filters that are owned by you or shared by other users as favourites. On upgrade to JIRA 3.13, all your issue filters will be added as your favourites. If you do not wish any of your filters to be added as favourites, then you can remove them as favourites after the upgrade. See the issue filters documentation for details. Favourite Filters portletThe 'List All Filters' portlet has been replaced with the 'Favourite Filters' portlet in this release. Your dashboard will be automatically upgraded if it is currently configured to display the 'List All Filters' portlet. |
2. Tomcat, MySQL database connection dropouts
|
Please note, if you wish to use a MySQL database with JIRA Standalone you must set up the bundled Tomcat server (version 5.5.26) to survive connection closures. You must also do this if you are running JIRA EAR/WAR in Tomcat 5.5.25 or later, or Tomcat 6.0.13 or later. Versions 5.5.25 and above of Tomcat 5, and versions 6.0.13 and above of Tomcat 6, have been noted to exhibit problems maintaining connections to MySQL databases. Please read this document for details on the changes required. |
3. Changes to jira-application.properties
|
jira.subscription.email.max.issues propertyThe |
4. Support for Portlet Plugins with JSP Views Discontinued
|
Portlet plugins with JSP views are no longer supported. If you have written a custom Portlet plugin and have used a JSP as the view template, you will need to convert your JSP to Velocity. |
5. Updates to JIRA SOAP and XML-RPC APIs
|
com.atlassian.jira.rpc.soap.JiraSoapService
You should use getProjectsNoSchemes() instead because it much more memory efficient and quicker.
com.atlassian.jira.rpc.xmlrpc.XmlRpcService
|
6. Crowd Cache Timeout
|
This is only applicable if you are using Crowd. The default timeout for caching user details has changed from 5 minutes to 2 hours. This will improve the performance of the application but will mean that it will take longer for changes to user details to reach the application. Details on how to configure the Crowd caches can be found here. |
Upgrading from JIRA 3.12 and earlier
In addition to the above, please read the Upgrade Guide for every version you are skipping during the upgrade. The complete list of Upgrade Guides is available here.

Add Comment