Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
671 changes: 670 additions & 1 deletion apps/docs/content/docs/en/integrations/bitbucket.mdx

Large diffs are not rendered by default.

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

### Services with a different flow

Expand Down
Loading
Loading