Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide CLOSED user stories with JQL / Quick Filters?

Andre Timmer February 9, 2018

During daily standup we use the "Active Sprints" screen and prefer not to see closed user stories at all.

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 9, 2018

Set up a quick filter for "status in (<your list of closed status>)"

Andre Timmer February 9, 2018

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.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 9, 2018

If a story and all its subtasks are in the done column, then the status based quickfilter I mentioned should do it.

Andre Timmer February 11, 2018

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") )

Suggest an answer

Log in or Sign up to answer