Wrong behavior after adding a new column

Issue #148 new
Former user created an issue

I've added a new column "Ideas" and moved it to the left as first column.

I've entered new cards, moved them in the right columns (some in the first, some in the second), but when I reload the page all cards are back in the first column, the one I created.

Comments (1)

  1. Elise Hein

    The solution is to add additional rules specifying the status attribute for that column. If no status is specified, the either the column will grab any issues that match other criteria regardless of the status, or other columns specifying a status will take priority over your Ideas column. For example, I created a new column "Tasks" and added a rule that says to show all issues of type "task" in this column. After moving some of those issues to the "Resolved" column and refreshing the page, they were all back in "Task" -- because I hadn't specified the status attribute for issues to show in that column, so it showed everything. The fix -- add an additional rule with values new, open and on hold for "status", and it will not show resolved issues in that column anymore.

  2. Log in to comment