Bug Test Automation Merge
Merges an approved bug-test-automation PR and updates the bug ticket with the result.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
onlyAttemptMerge— whentrue, only attempt the merge and report the result without further ticket transitions.removeLabel— label removed from the ticket after a successful run (idempotency cleanup).storyTestMerge— merge behavior overrides specific to story test automation PRs.
Human doc: agents/docs/agents/bug_test_automation_merge.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | bug_test_automation_merge.json |
| ContextId | bug_test_automation_merge |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/bug_test_automation_merge.md
Actions
postJSAction: mergeStoryTestAutomationPR.js
Merge Story/Bug Test Automation PR
- Source:
agents/js/mergeStoryTestAutomationPR.js - Side effects:
- post Jira comment
- Parameters (customParams):
onlyAttemptMergeremoveLabel
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/bug_test_automation_merge.md
Custom params
removeLabel:"sm_bug_test_merge_triggered"storyTestMerge:trueonlyAttemptMerge(used by JS action)
Generated by js/agentDocGenerator.js