Collapse Product Backlog Items marked as Completed.
It is confusing to my team that when a Product Backlog Item is marked as Done and all associated tasks are marked as done that the story remains on the board in its default state.
My assumption is that it would show up collapsed and either move to the bottom of the list or change colors to "gray out".
5 comments
-
Theodor Kleynhans
commented
-
Radko Jiroušek
commented
For those, who don't want to wait - I am using this:
jQuery:
$('[axis="taskboard-table_s0"]:empty + [axis="taskboard-table_s1"]:empty + [axis="taskboard-table_s2"]:has(div)').parent(".taskboard-row").hide().next().show() -
Bill Young
commented
I modified the MVC application to include a custom js file in the 3rdParty folder and we have the functionality we desire. Screen shots attached.
Default:
http://i.imgur.com/3mSFI.pngModified:
http://i.imgur.com/jcqfR.png -
Brad Ellis
commented
Yes please.
-
Austin Bergstrom
commented
Do this, it would be amazing!