Done is the last column in kanban Board .Where we can move "DONE" stories after specific period like one month .Should all done stories be dump in some queue so monthly we can move workitems from borad and check the progress of month .
Off the shelf, a Kanban board's "done" column works off a "release". If an issue has a fix version, then it will not appear on the board, because the board sees the version as the "release". You clear out the column by using the "release" at the top of the column, which sets the version to something when you use it.
You could do it slightly differently - change the board filter so that it includes a clause like "and not (status in (<status in your done column>) and updated < -28d)". That will drop older done issues off the board automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.