Reputation: 71
I have been tasked with running point on implementing Azure DevOps on my team at work.
We are using the CMMI process and tracking bugs at the requirement level.
Recently, it was brought to my attention that when we marked a Bug work item as active, manually change the state and not drag the card to the next swimlane, it simply disappears from the board. The work item can still be viewed on the task board, but is no where to be found on the requirements board until the state is changed again.
Has anyone else run into this problem and know of a fix?
Thanks
Upvotes: 1
Views: 2290
Reputation: 355
The issue is the configuration of the board itself. The default does not include bugs, so when you create your columns, the bug configuration for "Develop" gets set incorrectly.
Go to your settings for your board by clicking the gear icon in the upper-right of the board
Once into the settings, choose "Columns" from the list of items on the left of the modal window and then choose the column where the Bug items keep disappearing (the Develop column in my case), and you'll see some drop-downs for Bugs and Stories for "State Mapping".
If you change the bug setting here to "Active" and then save, the bugs should reappear on your Develop board. You'll want to do the same check for any other columns.
Upvotes: 2
Reputation: 3296
You can update Working with bugs setting for boards to Bugs are managed with tasks. You will need team administrator or a project administrator permissions to change this setting:
Upvotes: 1