Bug Fix Batch Merge Finalize
Finalizes a merged batch-fix PR: updates the batch epic, links results back to each bug, and moves the batch tickets forward.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
removeLabel— label removed from the ticket after a successful run (idempotency cleanup).
Human doc: agents/docs/agents/bug_fix_batch_merge_finalize.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | bug_fix_batch_merge_finalize.json |
| ContextId | bug_fix_batch_merge_finalize |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/bug_fix_batch_merge_finalize.md
Actions
postJSAction: finalizeBugFixBatchMerge.js
Finalize Bug-fix Batch Merge
- Source:
agents/js/finalizeBugFixBatchMerge.js - Side effects:
- post Jira comment
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/bug_fix_batch_merge_finalize.md
Custom params
removeLabel:"sm_bug_fix_batch_finalize_triggered"
Generated by js/agentDocGenerator.js