Hello there. I changed my workflow and all of sudden there are a number of old issue surface in the backlog. Most of the backlog issues are in Done status but some are strike out and some are not. How can I 'remove' Done issues from backlog list other than Delete the issue itself?
Hello,
Go to board settings -> general and edit the filter defined for the board. Add something like this:
AND resolution is empty
I did this and the backlog filtered from 78 issues to current 30 issues. There are still some old issues which is in Done status showing. What it may cause? Workflow?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It means that these issue are not resolved but in the Done status. Also add this one
and status != Done
or resolve these issues, which would be better.
And change
resolution = Empty to resolution is empty
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.