Skip to content

Unassigned work report in Azure DevOps

  • Azure DevOps
  • Automation
  • Schedule & bulk
  • Email
  • Report
Unassigned work report flow overview
Overview of the Unassigned work report automation flow.

Every Monday, email incomplete work items with no assignee, excluding Proposed (New, To Do, …) in Azure DevOps.

This automation sends an email every Monday listing these unassigned work items, excluding those in the Proposed state category. Before enabling, you'll need to set the email recipients and your timezone.

Prerequisite: Install Automations App on your Azure DevOps organization

Create an automation from the Unassigned work report template, or start from scratch
Go to Project → Automations → Create automation from template Unassigned work report or Start from scratch.
Trigger

Trigger — Schedule

This step triggers the automation to run on a recurring schedule. It is set to activate every Monday at 09:00 UTC.

Configured in this template

  • Occurrence: Every Mon at 09:00 (UTC)

You can customize

  • Change the day or time of the week to fit your reporting needs.
  • Adjust the timezone if your team operates in a different region.
Unassigned work report trigger
Schedule trigger configuration for weekly execution.
Get

Get — Search work items

This step searches for work items that match specific conditions: no assignee, no closed date, and not in the Proposed state category. It loads up to 200 items.

Configured in this template

  • Field conditions:
  • - Assigned To Is Empty
  • - Closed Date Is Empty
  • - State <> state category Proposed (New, To Do, …)
  • logic: and

You can customize

  • Modify the field conditions to include other states or fields.
  • Use a shared query for more complex filtering needs.
Unassigned work report action 1
Configuration of the search work items step with specified conditions.
Action

Action — Send customized email

This action sends an HTML email listing the unassigned work items. The email is sent from notifications@documentero.com and includes a customizable subject and body.

Configured in this template

  • To: (empty — add recipients)
  • From: notifications@documentero.com
  • Subject: `Unassigned work ({items.Count} items)`
  • Body (HTML): `<p>Incomplete work items with no assignee (excluding New / To Do):</p><ul>{#Items}<li><a href="{Url}">#{Id} {Title}</a></li>{/Items}</ul>`

You can customize

  • Add email recipients in the 'To' field.
  • Edit the email subject and body to match your team's communication style.
  • Include additional information in the email body as needed.
Unassigned work report action 2
Send customized email action with placeholders for recipients and dynamic content.

Full automation

Unassigned work report full automation
Complete view of the Unassigned work report automation flow.

Common questions

How do I unassigned work report in Azure DevOps?
Every Monday, email incomplete work items with no assignee, excluding Proposed (New, To Do, …) in Azure DevOps. Use the Unassigned work report template in Documentero Automations: open Templates, pick this flow, fill the required fields, and enable it.
What fields must be filled before enabling the automation?
You need to specify the email recipients and set the timezone for the schedule trigger.
Can I change the work item types included in the report?
Yes, you can modify the field conditions in the Search work items step to include different work item types.
How can I test the automation before it runs on schedule?
Manually trigger the automation by adjusting the schedule temporarily or using a different trigger for testing purposes.
How do I adjust the schedule to a different timezone?
In the Schedule trigger, set the desired timezone to match your team's location.

Visual Studio Marketplace

Automations

Documentero · Preview

Automate Azure DevOps workflows with triggers, actions, conditions, and scheduled rules.

Get it free