04.2067 Board config
by Brands · 9 things on Twos
- The following requirements must be met:
- Team members should not see their own assigned issues once they drag them into the Done column but continue to see issues assigned to others.
- This should happen automatically
- Reports should show all issues, regardless of the assignee
- INCORRECT! Quick filters can be used but require a user click to select it
- INCORRECT! Modifying the board filter would affect reports, so they wouldnt show all issues
- CORRECT! Kanban sub filter can use JQL to remove issues from your personal board "status != Done OR assignee!= currentUser() OR assignee is EMPTY" This would check to see if the issue is complete, if the issue is not assigned to them and if the issue is EMPTY
- INCORRECT! Changing column mapping can only map the status to another column or leave it unmapped, but its not related to the assignee
- INCORRECT! Permissions are not relevant to this