"Hide completed issues older than" on Kanban Boards should consider Resolution Date

XMLWordPrintable

    • 435
    • 81

      Issue Summary

      Issues in the Done status are not being removed from the Kanban boards after the set amount of weeks passed.

      Hide completed issues older than function should hide issues whose Resolution Date are older than the selection supplied by the user without considering if the Issue was updated after that date.

      Steps to Reproduce

      1. Step 1 - Create an Issue and set it to Done status.
      2. Step 2 - After one to four weeks depending on the board settings, it will disappear.
      3. Step 3 - Edit and do a change on the issue.

      Expected Results

      In the General and filter board settings the Hide completed issues older than feature should consider the date in the Resolved field.

      Actual Results

      In the General and filter board settings the Hide completed issues older than feature considers the date in the Updated field. This means that if an issue is Resolved and then later edited, it will reappear on the Kanban board.

      Workaround

      Do not edit an Issue once set to Done status.

      OR

      Edit your board filter so that it excludes tickets that were Resolved more than 2 weeks ago:

       project = CMK AND (resolved >= -2w or resolved IS EMPTY) ORDER BY Rank ASC

        1. screenshot-1.png
          347 kB
          Anusha Rutnam

            Assignee:
            Unassigned
            Reporter:
            Omar Vargas
            Votes:
            142 Vote for this issue
            Watchers:
            103 Start watching this issue

              Created:
              Updated: