We have a Sprint board which includes the following statuses:
- To Do
- In Progress
- Code Review
- Beta Ready
- -------------- Considered Done for the Sprint and Stats --------------
- Client Ready
- Client Approved
- Done
We have a Kanban board to help see the entire lifecycle which includes all past sprints, minus "Done" and "To Do", as well as everything in the current sprint.
- (Sprint in closedSprints() AND status not in ("To Do", Done)) OR (Sprint in openSprints()) ORDER BY Rank
When we run the query alone, we get the correct results, but the Kanban board is missing some issues.
We found that issues with a populated fixVersion were not showing on the Kanban board. When we removed the fixVersion, the issues would show on the Kanban board.
Is this a known bug?