[ros-dev] Jira search
Thomas Faber
thfabba at gmx.de
Thu Sep 13 12:31:42 UTC 2012
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
More information about the Ros-dev
mailing list