Skip to content

Commit c26529a

Browse files
BillLeoutsakosvl346Bill Leoutsakoswaleedlatif1
authored
feat(bitbucket): add repository webhook triggers (#6934)
* feat(bitbucket): add repository webhook triggers * fix(bitbucket): harden webhook trigger delivery * fix(bitbucket): address final trigger review * chore(bitbucket): address review conventions * fix(bitbucket): harden triggers and connector sync --------- Co-authored-by: Bill Leoutsakos <billleoutsakos@Bills-MacBook-Pro.local> Co-authored-by: Waleed Latif <walif6@gmail.com>
1 parent 7173a3f commit c26529a

40 files changed

Lines changed: 4382 additions & 571 deletions

apps/docs/content/docs/en/integrations/bitbucket.mdx

Lines changed: 670 additions & 1 deletion
Large diffs are not rendered by default.

apps/docs/content/docs/en/platform/self-hosting/integrations-oauth.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@ The same variables also power "Sign in with Microsoft".
150150
For Bitbucket, create an OAuth consumer and register
151151
`https://<your-domain>/api/auth/oauth2/callback/bitbucket` as its callback URL. Bitbucket fixes
152152
permissions on the consumer instead of narrowing them per authorization request. Enable exactly
153-
Account read, Repositories read/write, Pull requests read/write, and Pipelines read/write
154-
(`account`, `repository`, `repository:write`, `pullrequest`, `pullrequest:write`, `pipeline`, and
155-
`pipeline:write`). Webhook permission is not required for the integration-only release.
153+
Account read, Repositories read/write, Pull requests read/write, Pipelines read/write, and Webhooks
154+
read/write (`account`, `repository`, `repository:write`, `pullrequest`, `pullrequest:write`,
155+
`pipeline`, `pipeline:write`, and `webhook`). The webhook permission is required for automatic
156+
trigger subscription management.
156157

157158
### Services with a different flow
158159

0 commit comments

Comments
 (0)