I need to know which issues have been done into an specific period. How can I do that?
If you seek to see the date an issue was moved to done status assuming that the resolution field is being set then simply add Resolutiondate to the column in an Advanced Issue search.
You can use the CHANGED operator to do this, similar to this:
status CHANGED TO "Done" BEFORE endOfWeek() AFTER startOfWeek()
Or if you want to define the dates you do something like this:
status CHANGED TO "Done" DURING ("date1", "date2")
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.