Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to display resolved date on Issue Navigator with the current date

Antonio San Nicolás May 28, 2013

I would like to create a filter where I can see how many issues had been resolved.

The idea is subscribe to the filter and in the end of the day receive this filter to see all the issues resolved on the current date.

I think that it’s possible with sql syntax but I don’t know make the syntax.

2 answers

1 accepted

0 votes
Answer accepted
Nic Brough -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.
May 28, 2013

It's not SQL, it's JQL, similar but different. For Jira 5.1, this works:

resolutiondate > startOfDay() and resolutiondate < endOfDay()

0 votes
Antonio San Nicolás May 28, 2013

It's working, thank you very much! =D

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events