Skip to content

fix(board): Don't display closed issues in columns

Kerri Miller requested to merge github/fork/zemzale/fix-issue-board into trunk

Created by: zemzale

Description In web UI issues that are closed are moved into their own column. They shouldn't belong in the main columns, if they are closed.

There is the thing that issues that don't belong in any of user made boards, should be in their own boards.

Issue for adding the extra columns #665

Related Issue Resolves #664 (closed)

How Has This Been Tested? Tested localy with board that showed closed issues, and now doesn't.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports