Skip to content

Commit 90bcefa

Browse files
Ambient Code Botclaude
andcommitted
fix: resolve contradictory issue_type handling in jira.log command
Line 25 says reject unrecognized types, but line 122 said default to Story. Align both to reject-and-reprompt behavior. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 520c625 commit 90bcefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/commands/jira.log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Use the `mcp__jira__jira_create_issue` tool with:
119119
{
120120
"project_key": "RHOAIENG",
121121
"summary": "[user provided summary]",
122-
"issue_type": "[validated issue type: normalize to Story|Bug|Task — default Story if unrecognized]",
122+
"issue_type": "[validated issue type: normalize to Story|Bug|Task — reject and re-prompt if unrecognized]",
123123
"description": "[structured description from template]",
124124
"components": "Agentic",
125125
"additional_fields": "{\"labels\": [\"team:ambient\"]}"

0 commit comments

Comments
 (0)