diff --git a/apps/webapp/app/services/externalApis/integrations/linear.ts b/apps/webapp/app/services/externalApis/integrations/linear.ts index 355d96883..bb1266b2b 100644 --- a/apps/webapp/app/services/externalApis/integrations/linear.ts +++ b/apps/webapp/app/services/externalApis/integrations/linear.ts @@ -65,6 +65,11 @@ export const linear: Integration = { pkce: false, }, scopes: [ + { + name: "read", + description: "Read access for the user's account. This scope must always be present.", + defaultChecked: true, + }, { name: "write", description: @@ -73,7 +78,7 @@ export const linear: Integration = { }, { - name: "issue:create", + name: "issues:create", description: "Grants access to create issues and attachments only.", annotations: [{ label: "Issues" }], },