Is there a way to automatically update the status of a Work Item within Azure DevOps from 'New' to 'Active' when the item is added to my 'In Progress Work' from within the 'Available Work Items' section of Visual Studio?
Brief context: I'm using the Kanban board within Azure DevOps and I'd like to move work items along the columns / stages in as automated a way as possible via Visual Studio.
This synchronisation seems to be working fine for items going from 'Active' to 'Resolved', e.g. when I add items to my 'In Progress', amend some code, and perform a check in, I can visually see the item move over to the next column of my Kanban board - it's also changing it's status from 'Active' to 'Resolved'.
