Hermès' "Updated Yesterday" filter looks like it has the answer:
(updated >= startOfDay("-1d") AND updated <= endOfDay("-1d"))
ORDER BY created DESC, key DESC
So I'd do "older than 1 year" as:
created <= startOfDay("-1y") ORDER BY created DESC
On 2012-09-13 11:28, Timo Kreuzer wrote:
  Hi,
 Does anyone know how to search for issues older than 1 year or something
 like that?
 According to 
https://jira.atlassian.com/browse/JRA-1983 it should be
 possible, but Icouldn't figure out how to.
 Timo