Documentation for JIRA 4.1. Documentation for other versions of JIRA is available too. 
![]()
We've made significant backend changes to the issue navigator in 3.3. This resulted in some parameters being changed and are deprecated.
This affects only direct links to the issue navigator that's been saved outside JIRA. e.g. a bookmark to an RSS feed, a Confluence page with the search parameters hard coded. This will not affect saved filters in JIRA, or portlets shipped with JIRA.
For 3.3 parameters that have changed are:
Also the values for the createNext and updateNext parameters has been modified.
We've put in place mechanisms that makes the issue navigator backwards compatible, so you won't actually notice any difference using links with deprecated parameters. However, it's strongly recommended that you re-bookmark any affected links to JIRA. We can't guarantee that this will be in place forever and it's better if you update it as a soon as possible.
For system administrators, all searches using the deprecated parameters will be logged to the server with the client's URL and IP address. You should try to chase up the user so that there's no major problems down the track.
If you find these warnings impossibly annoying, you can update your log4j.properties to disable them by adding the line below to your log4j.properties. However, we strongly discourage you from doing this. The warnings are there so that they can be identified and stop any problems further down the track.
log4j.category.com.atlassian.jira.util.retro = ERROR, console