Skip to content
Recued
Menu
← Back to recipes

Comment on Trello card with closure watch

by recued-core v1

Workflow origin for the Trello card comment closure loop. It reads one Trello card and current comment actions for context, creates exactly one owner-provided card comment through recued-core.trello.card.comment.create, and when the comment succeeds it seeds durable data.shared closure state for trello-card-comment-closure-watcher. It uses deterministic owner-provided copy rather than AI and does not create, update, archive, move, delete, attach to, assign, label, checklist, due-complete, webhook, or otherwise mutate Trello cards.

Complete workflow

Workflow pack for Recued-created Trello card comments. It composes the Trello capability pack with a closure ledger: add one owner-approved comment to an existing Trello card, persist only the connection/card/comment linkage in data.shared, and let a scheduled watcher re-read that exact card until Trello reports it archived, due-complete, or in a configured terminal list. This pack does not replace Trello card comments, native notifications, card archive or due-complete controls, board views, reminders, Butler automation, webhooks, or general project reporting; it adds Recued-visible closure state for card comments Recued created.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Workflow origin for the Trello card comment closure loop. It reads one Trello card and current comment actions for context, creates exactly one owner-provided card comment through recued-core.trello.card.comment.create, and when the comment succeeds it seeds durable data.shared closure state for trello-card-comment-closure-watcher. It uses deterministic owner-provided copy rather than AI and does not create, update, archive, move, delete, attach to, assign, label, checklist, due-complete, webhook, or otherwise mutate Trello cards.

trellocardscommentsproject-management
by recued-core pinned v1
Trello card comment closure watcher
Background automation

Scheduled adopter for Trello card comment closure rows seeded by comment-trello-card-with-closure. It lists only Recued-originated card-comment watches, re-reads a bounded batch of Trello card, and closes the shared row when Trello reports the card archived, due-complete, or moved into a configured terminal list. It can notify the owner on closure, but it never creates, updates, archives, moves, deletes, attaches to, assigns, labels, checklists, due-completes, webhooks, comments on, or otherwise mutates Trello cards.

trellocardscommentsproject-management
by recued-core pinned v1

Low-frequency timeout role for recued-core/trello-card-comment-closure. It moves a bounded batch of expired rows from active to timed_out, deletes the active copy only after the durable timeout write succeeds, and notifies the owner once per batch.

trellowatchertimeoutowner-review
by recued-core pinned v1

Owner-visible list/close role for recued-core/trello-card-comment-closure. It lists bounded active, timed-out, and closed rows. Supplying a timed-out or closed key deletes only that exact terminal row; active watches cannot be deleted here.

trellowatcherreviewclose
by recued-core pinned v1
View pack details, dependencies, and permissions →
How it works 39 steps

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

Process (39 steps)
card_id_value trim
Trim whitespace from setting card id
comment_text_value trim
Trim whitespace from setting comment text
has_connection compare
Check if setting trello has data
has_card_id compare
Check if card id value has data
has_comment_text compare
Check if comment text value has data
skip_card_read any
Check if any of the conditions are true
card ?
skip: step.skip_card_read equal true
card_closed_value default
Apply default
card_due_complete_value default
Apply default
card_list_id default
Apply default
has_card_list_id compare
Check if card list id has data
card_closed compare
Check if card closed value equals true
card_due_complete compare
Check if card due complete value equals true
card_in_terminal_list compare
Check if card list id is one of setting terminal list ids
card_terminal_before_comment any
Check if any of the conditions are true
skip_comment_context any
Check if any of the conditions are true
comments_raw ?
skip: step.skip_comment_context equal true
comments default
Apply default
comment_count_before_create count
Count items in comments
skip_comment_create any
Check if any of the conditions are true
created_comment ?
skip: step.skip_comment_create equal true
created_comment_id default
Apply default
has_created_comment compare
Check if created comment id has data
created_at date_add
Add 0 days to
raw_card_key join
Join items with ":"
card_key_colon replace
Replace text in raw card key
card_key_slash replace
Replace text in card key colon
card_key_dot replace
Replace text in card key slash
card_key_at replace
Replace text in card key dot
card_key_space replace
Replace text in card key at
card_key_left_angle replace
Replace text in card key space
card_key_right_angle replace
Replace text in card key left angle
card_key_plus replace
Replace text in card key right angle
card_key_equals replace
Replace text in card key plus
card_key_question replace
Replace text in card key equals
skip_closure_seed any
Check if any of the conditions are true
closure_timeout_at date_add
Add setting no response timeout days days to
seed_trello_card_comment_closure_watch ?
skip: step.skip_closure_seed equal true
summary to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

trello setting =
card id setting =
comment text setting =
terminal list ids setting =
no response timeout days setting = 30

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

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

Data it touches

Warehousedata.shared

About

Tags

trello trellocardscommentsproject-managementtasksapprovalclosed-loopstate:trello-card-comment-closure-watcherpack:trello-card-comment-closure

Details

39 steps 5 configurable settings recipe_id: comment-trello-card-with-closure