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 — when true, 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

AttributeValue
JobTeammate
Configbug_test_automation_merge.json
ContextIdbug_test_automation_merge
outputTypenone
skipAIProcessingtrue

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):
    • onlyAttemptMerge
    • removeLabel

LLM step

  • outputType: none
  • Prompt snapshot: agents/snapshots/bug_test_automation_merge.md

Custom params

  • removeLabel: "sm_bug_test_merge_triggered"
  • storyTestMerge: true
  • onlyAttemptMerge (used by JS action)

Generated by js/agentDocGenerator.js

View the agent config on GitHub →

Generated from bug_test_automation_merge.json in the agents repository and its human doc — edit either and the page follows. Last updated .