Some information can be found at :

https://confluence.atlassian.com/display/JIRA/Advanced+Searching

In this page, search for "startOfDay()" of even "startOfYear()"

Hermès.

-----Message d'origine-----
De : [email protected] [mailto:[email protected]] De la
part de Thomas Faber
Envoyé : jeudi 13 septembre 2012 14:32
À : ReactOS Development List
Objet : Re: [ros-dev] Jira search

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

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to