Story Test Automation Merge
Merges an approved story-test-automation PR and updates the story 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/story_test_automation_merge.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | story_test_automation_merge.json |
| ContextId | story_test_automation_merge |
| outputType | none |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/story_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/story_test_automation_merge.md
Custom params
removeLabel:"sm_story_test_merge_triggered"storyTestMerge:trueonlyAttemptMerge(used by JS action)
Generated by js/agentDocGenerator.js