In the past, when an issue is marked as 'Done' it would show up in our sprint with a 'strikethrough'.
However now the issue is simply disappearing from the sprint .what could be causing this?
Hello,
Do you mean it is disappearing from an active sprint? If so, then check the filter for the board (project settings -> general).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to check the JQL query for the filter. Maybe it does not select issues in the Done status, that is why your issues disappear if in the Done status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The filter query is project = SKYD ORDER BY Rank ASC
where SKYD Is not the project key is this causing the issue?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean that your Done issues change the project? Because if SKYD is the wrong key, no issues would be selected in the board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do your issues disappear from the active sprint or not active? If they disappear from not active sprints, it is the expected behaviour.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The current sprint have 2 days remaining.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also check if any quick filters are enabled. Quick filters are on the top of the screen while viewing the active sprint.
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.