Azure DevOps project triage digest
Use “Azure DevOps project triage digest” in Recued. It provides a scheduled, read-only triage digest for one Azure DevOps project and repository.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (27 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
?
defaults
defaults
Apply defaults
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
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.