Documentation for JIRA 4.4. Documentation for other versions of JIRA is available too. 
![]()
7 December 2010
JIRA 4.3 EAP 2 (a.k.a 4.3 milestone 2 or 'm2') is a public development release leading up to JIRA 4.3. An Early Access Preview (EAP) release is a a snapshot of our work in progress, primarily focused on allowing JIRA users to see the new features in advance and provide us with some useful feedback. It also gives plugin developers an opportunity to test and fix their plugins in advance of an official release. For all production use and testing of JIRA, please use the latest official release.
The Atlassian team is proud to bring you the JIRA 4.3 EAP 2 release. Development work on JIRA 4.3 has only commenced very recently, but we want your involvement from the earliest days. Please provide feedback here.
Identity management comes of age in JIRA 4.3, with complete LDAP integration. Additionally, you now have the ability to search an issue's change history. JIRA 4.3 also includes the Universal Plugin Manager for easier management of plugins.
Note to developers: JIRA 4.3 EAP 2 includes the Atlassian Plugin Framework version 2.6. Also please see the Plugin Developer Notes for JIRA 4.3, plus note that the REST API will continue to evolve through the 4.3 EAP releases — please watch the Developer blog for the latest news on the REST API.
Highlights of JIRA 4.3 EAP 2:
Thank you for your interest in JIRA 4.3 EAP 2
Download EAP
Upgrading to JIRA 4.3 EAP 2
JIRA EAP releases are available here. When upgrading, please follow the JIRA 4.3 Upgrade Guide.
Do not use in production
In EAP 2 we are releasing the first cut of Change History searching. There is much more functionality to follow, but for now you can search for changes to the Status field.
For example, the following will return all issues that currently have, or previously had, a status of 'In Progress':
status WAS "In Progress"
Note that autocomplete has not yet been implemented, but full error reporting is supported.
The way users and groups are stored and accessed in JIRA has been totally rewritten in Release 4.3. This provides a number of additional capabilities, mainly the ability to use an LDAP server for all user information. Key features are:
In JIRA 4.3, administrators can now manage external User Directories directly from the JIRA Administration screens. Gone are the days of manually editing XML files.
In JIRA 4.3, administrators can now test their mail server configuration with the "Test Connection" button.
JIRA 4.3 includes the Universal Plugin Manager (UPM), which provides you with a simple way of adding and managing plugins:
When using Quick Search to find issues with a particular version, you can now use the wildcard symbol: "". For example, "ff:3.2" will match any issue whose Fix For Version is:
We have improved discoverability of issues and projects through the REST API: there is now a search resource, which can be used to search for issues using JIRA Query Language (JQL). It is also possible to obtain a list of projects in a JIRA instance, and to create links between issues.
Clients that log in through the REST API can now determine when the login has been denied due to a CAPTCHA requirement: the HTTP header X-Authentication-Denied-Reason has all the necessary information.
Have a look at the reference documentation to see if the REST API offers the features that you want (let us know if not).
For the list of issues resolved in JIRA 4.3 so far, click here.