fix(jira): add missing write:attachment:jira oauth scope#3541
fix(jira): add missing write:attachment:jira oauth scope#3541waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR is a minimal, targeted bug fix that adds the missing Changes made:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant SimApp
participant JiraOAuth as Jira OAuth
participant JiraAPI as Jira API
User->>SimApp: Trigger jira_add_attachment tool
SimApp->>JiraOAuth: Request token with scopes (including write:attachment:jira)
JiraOAuth-->>SimApp: Access token granted
SimApp->>JiraAPI: POST /rest/api/3/issue/{issueKey}/attachments
Note over SimApp,JiraAPI: Requires write:attachment:jira scope
JiraAPI-->>SimApp: Attachment metadata
SimApp-->>User: Return attachment result
Last reviewed commit: 235ac38 |
235ac38 to
2fd4c4e
Compare
PR SummaryLow Risk Overview Updates Written by Cursor Bugbot for commit 2fd4c4e. Configure here. |
Summary
write:attachment:jiragranular scope needed byjira_add_attachmenttoolType of Change
Testing
Tested manually
Checklist