Skip to content

Commit 0250e90

Browse files
committed
fix(oauth): restore read:issue.vote:jira scope
Jira issue retrieve tool reads fields.votes.votes and fields.votes.hasVoted from the GET /rest/api/3/issue payload, which requires the read:issue.vote:jira granular scope. Restoring to prevent vote data from being omitted in retrieve responses.
1 parent 9d93e3b commit 0250e90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
500500
'offline_access',
501501
'read:issue-meta:jira',
502502
'read:issue.changelog:jira',
503+
'read:issue.vote:jira',
503504
'read:avatar:jira',
504505
'read:issue:jira',
505506
'read:status:jira',

0 commit comments

Comments
 (0)