In addition to the default "Done" column, I want to set another column which will not show issues after 2 weeks in that status
If you are simply trying to hide done issues greater than 10d (for example), you don’t need another column to do this. Just add the time limit to the board’s filter, e.g.
..... AND resolutiondate >= -10d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.