Bitbucket
Bitbucket integration for VisualQ — Business plan and above.
Business plan
VisualQ lists Bitbucket on Business and Enterprise plans alongside GitHub and GitLab for PR/MR-style quality gates.
Status
Bitbucket is on the product roadmap for Business+. Plan gating is active in billing (canUseIntegration('bitbucket')); the in-app integration card is not yet available in Settings → Integrations.
What to use today
- Trigger runs from Bitbucket Pipelines via the CI REST API or
@visualq/cli - Post results to Slack or webhooks until native Bitbucket checks ship
Example pipeline
pipelines:
default:
- step:
name: VisualQ
script:
- curl -X POST https://visualq.ai/api/ci/run \
-H "Content-Type: application/json" \
-H "X-API-Key: $VISUALQ_API_KEY" \
-d '{"project": "my-website", "type": "test", "ciProvider": "bitbucket"}'Store VISUALQ_API_KEY as a secured repository variable.
Notify us
Need Bitbucket checks prioritized for your org? Contact sales@visualq.ai.