Documentation for JIRA 5.1.x. Documentation for other versions of JIRA is available too.
Atlassian is proud to announce JIRA 3.9, the latest release of our award winning issue tracking, workflow and project management software.
New features include:
This release also includes over 30 bug fixes.
To see a list of all new features and improvements — ask JIRA!
494 of your votes have been addressed in this release. As always, thank you for taking the time to cast your vote and tell us what is important to you. We appreciate your feedback.
JIRA 3.9 is a free upgrade for any customer who purchased/renewed JIRA after 9 May, 2006. This release can be downloaded from the JIRA Download Center. Before upgrading, please refer to the JIRA 3.9 Upgrade Guide.
In JIRA 3.9, sub-tasks can now be converted to issues, and vice versa.
If you like to have your search results emailed to you, you will be pleased to see the new and improved scheduler in JIRA 3.9.
It's now even easier to choose exactly when and how often you would like to receive your emails, e.g. 'Every day at 1.00am', 'Every hour between 9.00am and 5.00pm, Monday to Friday'.
For the adventurous, we have also included a cron-based scheduler.
You can now give people the ability to delete comments and/or attachments, without giving them the ability to delete entire issues.
JIRA 3.9 has four new project-level permissions:
The performance of permission checks against project roles has been significantly improved.
This improvement allows much faster load times for pages such as Dashboard, especially when several users are hitting JIRA at the same time. The performance improvement is most noticeable with large numbers of projects containing large numbers of project role user members. See JRA-12610 for details.
Previously this check was a CPU intensive operation that involved the intermediate creation of many intermediate objects - and degraded badly under concurrent access. The operation is now performed in constant time per project (basically a hash lookup).