I'm trying to modify the default columns on my team's Azure DevOps board to better reflect our workflow. Specifically, I need to add a "Ready for Review" column between "In Progress" and "Done". I've tried using the board settings but couldn't find an option to insert new columns. Is there a way to customize this?
How to customize Azure DevOps Boards columns?
Yes, you can add custom columns. Go to Board settings → Columns, click "New column", name it "Ready for Review", and set its state to Done if you want it to be considered completed, or leave it as In Progress otherwise.
Remember you also need to adjust your board's card rules if you want the new column to show specific fields. Under Board settings → Card settings, you can add custom fields to display.
Leave a comment