Skip to content
Recued
Menu
← Back to recipes

Bitbucket repository triage digest

by recued-core v1

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

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 12 configurable

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.

Where it runs

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

Permissions it requires

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

About

Tags

bitbucket bitbucketrepositoriespull-requestsissuespipelinesdigestdeveloper-workflowpack:bitbucket

Details

26 steps 12 configurable settings recipe_id: bitbucket-repository-triage-digest