Bulk assign from a query in Azure DevOps
On a schedule, run a shared query and set Assigned To on matching items (max 50) in Azure DevOps.
You will need to configure a shared query, select an assignee, and set the timezone before enabling this automation. It is designed to handle up to 50 work items per execution.
Prerequisite: Install Automations App on your Azure DevOps organization
Trigger — Schedule
This step initiates the automation on a recurring schedule. It is configured to run every day at 09:00 UTC, ensuring regular updates to work item assignments.
Configured in this template
- Occurrence: Every day at 09:00 (UTC)
You can customize
- Change the schedule to a different time or frequency to suit your team's needs.
- Adjust the timezone to match your local time.
Get — Execute a query
This action runs a shared Azure DevOps query to retrieve work items that match specific criteria. It loads these items into the automation for further processing.
Configured in this template
- Shared query: placeholder — pick a shared query in this project
You can customize
- Select a different shared query to target other work items.
- Modify the query in Azure DevOps Boards to refine item selection.
Action — Update Work Item
This step updates the 'Assigned To' field for each work item retrieved by the query. It assigns these items to a specified user, cutting down task distribution.
Configured in this template
- Work on: Items from Get
- Field updates: Assigned To = (empty — set per org)
You can customize
- Set the 'Assigned To' field to a different user or group.
- Add additional field updates if needed, such as changing the status or priority.
Full automation
Common questions
How do I bulk assign from a query in Azure DevOps?
What fields must be filled before enabling this automation?
Can I change the type of work items this automation affects?
How can I test this automation before fully implementing it?
How do I adjust the schedule or timezone for this automation?
Visual Studio Marketplace
Automations
Automate Azure DevOps workflows with triggers, actions, conditions, and scheduled rules.