Automatically assign new work items in Azure DevOps
Automatically assign new Azure DevOps work items when they are created with no assignee.
Use it so new Bugs, User Stories, and other items do not sit unassigned. Set Assigned To to a person or group in this project before you enable the automation.
Prerequisite: Install Automations App on your Azure DevOps organization
Trigger — Work Item Created
This trigger activates when a new work item is created in the project. It does not filter by work item type, meaning it applies to all new work items.
Configured in this template
- Work item types: all (no filter)
You can customize
- Limit to specific work item types if needed by adding a filter.
Condition — Work item fields
This condition checks if the 'Assigned To' field of the work item is empty. If the field is already filled, the automation stops here.
Configured in this template
- Check: This work item
- Require: All of Items
- Field conditions: Assigned To Is Empty
- Match logic: All conditions must match (AND)
- Related work item conditions: (none)
You can customize
- Add more field conditions if needed, such as checking the work item state.
Action — Update Work Item
This action assigns the work item to a specified user by updating the 'Assigned To' field. You must set this field to enable the automation.
Configured in this template
- Work on: This work item
- Field updates: Assigned To = (empty — set per org)
You can customize
- Change the assignee to another team member as needed.
- Add additional field updates if required.
Full automation
Common questions
How do I automatically assign new work items in Azure DevOps?
What fields must be filled before enabling this automation?
Can I change the work item types this automation applies to?
How can I test this automation?
Visual Studio Marketplace
Automations
Automate Azure DevOps workflows with triggers, actions, conditions, and scheduled rules.