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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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