The above was not helpful. It an AI summary of the documentation available online, which I had already consulted and as such I would consider to be very poor support. I realised where I was having problems was changing the status of work items hat had been wrongly set to Closed to Removed. When the items were Closed, there was no Removed state shown. If I changed to state to New first, the Removed state became available in the dop down and I could Remove the items from there.
State options are different on stories within the same project
Azure Devops:
The process for this project I am working on includes a 'Removed' state in the project settings. In some, but not all, user stories, the Removed state is not showing in the state dropdown list.
Why would the drop down list not be the same for all stories, and how can I make the removed state available for all stories?
Azure DevOps
2 answers
Sort by: Most helpful
-
Q&A Assist2026-03-23T13:02:37.6733333+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreThe state dropdown is driven by the workflow of the specific work item type and how its states are mapped to categories, not just by the project-level process having a “Removed” state.
Key points from Azure DevOps behavior:
- States are per work item type (WIT)
Each WIT (User Story, Bug, Task, etc.) has its own set of workflow states. Even within the same project and process, different WITs can have different states. The fact that the process includes aRemovedstate does not guarantee that every WIT uses it. - Category mapping controls backlog/board visibility
TheRemovedstate is mapped to the Removed category, which hides items from backlogs and boards:- “Use the Removed state to remove a work item from the backlog.”
- “Assign this category to the Removed state to hide items from backlog and board experiences.”
- Only one Completed-category state and fixed categories
State categories are fixed (Proposed,In Progress,Resolved,Completed,Removed), and each WIT’s states are mapped to them. There are constraints such as:- “Only one state can exist in the Completed state category.”
- “Completed: … You can't modify or add states to this category.”
Removedis a special category used to hide items from backlogs/boards. - Why some User Stories show
Removedand others do not
Within a project using an inherited process, it is possible that:- The User Story WIT in the process has a
Removedstate defined and mapped to the Removed category, but - Some work items are of a different WIT (e.g., custom requirement type) that does not have
Removedin its workflow, or - The process was customized so that only certain WITs include the
Removedstate.
- The User Story WIT in the process has a
- How to make
Removedavailable for all stories
To ensure all User Stories in the project can useRemoved:- Go to Organization settings → Process and open the inherited process used by the project.
- Select the User Story work item type.
- Open the States page for User Story.
- Confirm that a
Removedstate exists and is mapped to the Removed category. If not:- Add a state named
Removedand assign it to the Removed category.
- Add a state named
- Save the process changes.
Removedstate is defined for the User Story WIT in the process, all User Stories using that process will showRemovedin the state dropdown.
If some items still do not show
Removed, verify that they are truly of type User Story and not another WIT whose workflow does not includeRemoved.
References:
- States are per work item type (WIT)