diff --git a/pr_agent/servers/atlassian-connect.json b/pr_agent/servers/atlassian-connect.json index 1ff50865..9330ae12 100644 --- a/pr_agent/servers/atlassian-connect.json +++ b/pr_agent/servers/atlassian-connect.json @@ -16,8 +16,9 @@ }, "scopes": [ "account", - "repository", - "pullrequest" + "repository:write", + "pullrequest:write", + "wiki" ], "contexts": [ "account" @@ -30,4 +31,4 @@ } ] } -} \ No newline at end of file +}