Azure DevOps project triage digest
Scheduled read-only triage digest for one Azure DevOps project and repository. It reads project and repository metadata, active pull requests, matching WIQL work items, recent commits, and recent builds through recued-core.azure-devops, renders compact tables, and optionally sends an in-app nudge when active work is visible. It never creates or updates repositories, branches, pull requests, work items, comments, builds, releases, service hooks, or arbitrary Azure DevOps APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
project
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
20
start hour
setting
=
8
branch name
setting
=
azure devops
setting
=
build status
setting
=
organization
setting
=
repository id
setting
=
work item wiql
setting
=
SELECT [System.Id], [System.Title], [System.State], [System.AssignedTo] FROM WorkItems WHERE [System.TeamProject] = @project AND [System.State] <> 'Closed' ORDER BY [System.ChangedDate] DESC
notify when items
setting
=
true
pull request status
setting
=
active
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.