Skip to content

Commit c1907e0

Browse files
committed
fix(oauth): re-add read:issue.vote:jira to match PR description
Bugbot flagged that the previous classic-scope collapse dropped this granular scope while the PR description still claimed it was restored. Classic read:jira-work covers vote reads, but adding the granular explicitly keeps the description, code, and intent aligned.
1 parent dc8094f commit c1907e0

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
@@ -495,6 +495,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
495495
'write:jira-work',
496496
'read:me',
497497
'offline_access',
498+
'read:issue.vote:jira',
498499
'delete:issue:jira',
499500
'delete:comment:jira',
500501
'delete:attachment:jira',

0 commit comments

Comments
 (0)