During daily standup we use the "Active Sprints" screen and prefer not to see closed user stories at all.
Set up a quick filter for "status in (<your list of closed status>)"
We have swimlanes based on stories and we are looking for a way to completely hide a swimlane when the story is closed / done.
It looks like this is not possible at the moment. Please proof me wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If a story and all its subtasks are in the done column, then the status based quickfilter I mentioned should do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I get it now. Thanks.
The next filter is a variation that shows the "done" stories for one more day.
( status not in (DONE) ) OR ( status = DONE and updatedDate >= startOfDay("-1") )
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.