I want to see a list of tasks/epics/ etc that are
1) marked DONE in workflow
2) Marked done within a specific time period (usually a calendar month)
3) From a specific project
Help?
Hey Jed,
Building on Pavan's answer above you could also use:
"status changed to Done DURING (startOfMonth(), endOfMonth())"
This would automatically show the issues done during your current month.
In the brackets after each of startOfMonth() and endOfMonth() you can insert -1m to show for the previous month.
Tyler
@Jed Weissberg Try this JQL query
project =XXX and issue type = XXX and resolution was Done DURING ("2018/09/10","2018/11/28")
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.