Using During in JQL

simon roberts November 7, 2011
The below "During" search does not work in Jira 4.4. Has anyone got this to work? It seems that the date format is incorrect, even though i have tried all the different formats
status WAS "Resolved" BY jsmith DURING ("01/01/2010","01/01/2011")

http://confluence.atlassian.com/display/JIRA044/Advanced+Searching

Thanks

Simon

2 answers

1 vote
Dieter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 7, 2011
status WAS "Resolved" BY jsmith DURING ("2010/01/01","2011/01/01")

worked for me

 
simon roberts November 8, 2011

error i get, i tried changing date format but still error

Date value '01/01/2010' for predicate 'during' is invalid. Valid formats include: 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d'.

Date value '01/01/2011' for predicate 'during' is invalid. Valid formats include: 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d'.

The value 'Resolved' does not exist for the field 'status'.

simon roberts November 8, 2011

ok, must have been something i did, as it now works, using

status WAS ReOpened DURING ("2000/01/01","2000/01/01")

Thanks for the replies.

Cheers

Simon

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 7, 2011

What is the error you are getting?

Suggest an answer

Log in or Sign up to answer