-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbulk_bugs_creation.json
More file actions
53 lines (53 loc) · 1.84 KB
/
Copy pathbulk_bugs_creation.json
File metadata and controls
53 lines (53 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Teammate",
"params": {
"metadata": {
"contextId": "bulk_bugs_creation"
},
"cliCommands": [
"./agents/scripts/run-agent.sh"
],
"outputType": "none",
"ticketContextDepth": 0,
"attachResponseAsFile": false,
"cleanupInputFolder": false,
"skipAIProcessing": true,
"alwaysPostComments": false,
"preCliJSAction": "agents/js/prepareBulkBugsCreationContext.js",
"postJSAction": "agents/js/postBulkBugsCreation.js",
"customParams": {
"batchSize": 50,
"openBugsJql": "project = {jiraProject} AND issuetype in (Bug) AND status not in (Done)",
"failedTCsJql": "project = {jiraProject} AND issuetype = \"Test Case\" AND status = Failed AND (labels is EMPTY OR labels NOT IN (sm_bug_creation_triggered)) ORDER BY created ASC",
"removeLabel": "sm_bug_creation_triggered",
"smTriggerLabel": "sm_bulk_bugs_creation_triggered",
"feedbackLoop": {
"postAction": {
"enabled": true,
"maxAttempts": 1
}
}
},
"inputJql": "key = JD-111",
"cliPrompts": [
"QA Engineer",
"./agents/instructions/common/agent_task_preamble.md",
"./agents/instructions/common/coding_guidelines.md",
"./agents/instructions/common/input_context_reading.md",
"./agents/instructions/bulk_bugs_creation/general_guidelines.md",
"./agents/instructions/bulk_bugs_creation/output_rules.md",
"./agents/instructions/bulk_bugs_creation/formatting_rules.md",
"./agents/instructions/bulk_bugs_creation/few_shots.md",
"./agents/instructions/common/dmtools_cli.md",
"./agents/prompts/bash_tools.md"
],
"cliPromptsByTracker": {
"jira": [
"./agents/instructions/tracker/jira_comment_format.md"
],
"ado": [
"./agents/instructions/tracker/ado_comment_format.md"
]
}
}
}