Bitbucket repository triage digest
Scheduled read-only triage digest for one Bitbucket Cloud repository. It reads the current user, workspace, repository metadata, open pull requests, matching issues, recent commits, and recent pipelines through recued-core.bitbucket, renders compact tables, and optionally sends an in-app nudge when active work is visible. It never creates or updates pull requests, issues, comments, branches, repositories, pipelines, webhooks, settings, variables, or arbitrary Bitbucket APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (26 steps)
workspace
trim
Trim whitespace from setting workspace
repo_slug
trim
Trim whitespace from setting repo slug
viewer
?
workspace_info
?
repository
?
pull_requests_raw
?
issues_raw
?
commits_raw
?
pipelines_raw
?
pull_requests
default
Apply default
issues
default
Apply default
commits
default
Apply default
pipelines
default
Apply default
pull_request_count
count
Count items in pull requests
issue_count
count
Count items in issues
commit_count
count
Count items in commits
pipeline_count
count
Count items in pipelines
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
issue_rows
slice
Take a subset of
pull_request_table
to_table
Format results as a data table
issue_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.
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
bitbucket
setting
=
repo slug
setting
=
row limit
setting
=
20
workspace
setting
=
start hour
setting
=
8
issue query
setting
=
state = "new" OR state = "open"
pipeline status
setting
=
notify when items
setting
=
true
pull request state
setting
=
OPEN
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.