Is there any way to look for tickets which were updated/dealt with on a specific date?
I have been asked a question about one of our features and I know that the issue was marked as "Done" on a specific date (based on an e-mail). I want to only show the kanban "Done" board for the date in question as I have a lot of completed tickets. Is it possible?
Thanks
Dave
yes you can, well maybe. If this is a traditional Kanban and you have access to Board settings in the top right then you can add a JQL quick filter as follows.
resolutiondate = yyyy-mm-dd
this assume the issue actually set the Resolution field.
Thanks for the reply. I don't think that the resolution field is set. As far as I know the tickets are just marked up and then moved to the done list when complete. I tried the query but it didn't return any results so probably not. Thanks though.
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.