Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"mcp__jira__getAccessibleAtlassianResources",
"mcp__jira__searchJiraIssuesUsingJql",
"mcp__jira__getJiraIssue",
"Bash(xargs:*)"
"Bash(xargs:*)",
"mcp__jira__createJiraIssue",
"mcp__jira__editJiraIssue"
Comment on lines +7 to +9
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change grants repo-wide, always-on write access to Jira (create/edit) for any Claude run that uses this committed settings file. That increases the blast radius for accidental or compromised tool use. Consider keeping write permissions in an untracked developer-specific override (and add the local file to .gitignore), or otherwise gating these permissions behind an explicit opt-in (separate settings profile / environment flag) so default behavior remains least-privilege.

Suggested change
"Bash(xargs:*)",
"mcp__jira__createJiraIssue",
"mcp__jira__editJiraIssue"
"Bash(xargs:*)"

Copilot uses AI. Check for mistakes.
]
}
}
Loading