Bug Merged

Notifies the team when a bug fix PR is merged and moves the bug ticket to its post-merge status.

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_merged.md

Attributes

AttributeValue
JobTeammate
Configbug_merged.json
ContextIdbug_merged
outputTypenone
skipAIProcessingtrue

Prompt snapshot

Full prompt / instruction set: agents/snapshots/bug_merged.md

Actions

postJSAction: notifyBugMerged.js

Notify Bug Merged Post-Action

  • Source: agents/js/notifyBugMerged.js
  • Side effects:
    • post Jira comment
  • Parameters (customParams):
    • removeLabel

LLM step

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

Custom params

  • removeLabel: "sm_bug_merged_triggered"

Generated by js/agentDocGenerator.js