We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a49527 commit 886d6fdCopy full SHA for 886d6fd
apps/webapp/app/services/externalApis/integrations/linear.ts
@@ -65,6 +65,11 @@ export const linear: Integration = {
65
pkce: false,
66
},
67
scopes: [
68
+ {
69
+ name: "read",
70
+ description: "Read access for the user's account. This scope must always be present.",
71
+ defaultChecked: true,
72
+ },
73
{
74
name: "write",
75
description:
@@ -73,7 +78,7 @@ export const linear: Integration = {
78
79
80
76
- name: "issue:create",
81
+ name: "issues:create",
77
82
description: "Grants access to create issues and attachments only.",
83
annotations: [{ label: "Issues" }],
84
0 commit comments