Hi everyone,
Can someone explain us the correct use of "DURING" command works about Jira filtering?
On the other hand, we are doing a reporting plan. We need the amount of developed tickets (DONE) during a certain period of time. Resolutiondate() is not apropiated.. any ideas?
Thank you!
Regards.
Jorge
You will find some examples here: https://confluence.atlassian.com/jiracore/blog/2015/07/search-jira-like-a-boss-with-jql
For example:
status was ("In Progress") DURING (startofweek(), endofweek())
In your case, you might be able to do something like:
status changed to DONE during ("2018/01/01","2018/03/31")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.