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.
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.