Skip to content
Recued
Menu
← Back to recipes

Azure DevOps project triage digest

by recued-core v1

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 30 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (30 steps)
organization trim
Trim whitespace from setting organization
project trim
Trim whitespace from setting project
repository_id trim
Trim whitespace from setting repository id
branch_name trim
Trim whitespace from setting branch name
build_status trim
Trim whitespace from setting build status
project_info ?
repository ?
pull_requests_raw ?
work_items_raw ?
commits_raw ?
builds_raw ?
pull_requests default
Apply default
work_items default
Apply default
commits default
Apply default
builds default
Apply default
pull_request_count count
Count items in pull requests
work_item_count count
Count items in work items
commit_count count
Count items in commits
build_count count
Count items in builds
has_work any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when items equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
pull_request_rows slice
Take a subset of
work_item_rows slice
Take a subset of
build_rows slice
Take a subset of
pull_request_table to_table
Format results as a data table
work_item_table to_table
Format results as a data table
build_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 14 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Azure_devops connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

azure-devops azure-devopsprojectsrepositoriespull-requestswork-itemsbuildsdigestdeveloper-workflowpack:azure-devops

Details

30 steps 14 configurable settings recipe_id: azure-devops-project-triage-digest