I can't figure out how to do the syntax correctly to have Jira produce a report for me for Completed tickets between a specific start and end date. Can someone help me with this? The best I've been able to do is one with startOfWeek(-18), but I'd really like to be able to input specific dates like 10/1/20 - 12/31/20.
Hi @Denise Durgee,
Welcome to Atlassian Community!
You could use a query like this to this: status CHANGED TO "Done" AFTER 2020-10-1 BEFORE 2020-12-31
You can find more information about advanced JQL searches here, https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/
Thanks. Will give that a try and saw some other options via the link you provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.