CreateRepoTasksMulti
Same as createRepoTasks but fans out across multiple repositories in one run.
Parameters
Configured via customParams in the agent JSON or the project .dmtools/config.js (project values win).
blockedStatus— status name used for blocked tasks.blocksRelationship— link type name that marks a blocking relationship between tickets.labels— labels applied to created tickets.
Human doc: agents/docs/agents/createRepoTasksMulti.md
Attributes
| Attribute | Value |
|---|---|
| Job | Teammate |
| Config | createRepoTasksMulti.json |
| ContextId | — |
| outputType | — |
| skipAIProcessing | true |
Prompt snapshot
Full prompt / instruction set: agents/snapshots/createRepoTasksMulti.md
Actions
postJSAction: createRepoTasksMulti.js
Create Repository Development Sub-tasks — Multi-Task Variant
- Source:
agents/js/createRepoTasksMulti.js - Side effects:
- post Jira comment
- link Jira issues
- Parameters (customParams):
blockedStatusblocksRelationshiplabels
LLM step
- outputType:
none - Prompt snapshot:
agents/snapshots/createRepoTasksMulti.md
Custom params
blockedStatus(used by JS action)blocksRelationship(used by JS action)labels(used by JS action)
Generated by js/agentDocGenerator.js