This directory contains modular Bitbucket Pipelines configurations for GitScrum integration.
Copy only the templates you need to your bitbucket-pipelines.yml.
| Template | File | Purpose |
|---|---|---|
| PR Status Sync | pr-status-sync.yml |
Update task status on PR events |
| Link Tasks | auto-link-task.yml |
Link commits and PRs to tasks |
| Pipeline Status | pipeline-status.yml |
Sync build status to tasks |
| Deploy Tracking | deploy-tracking.yml |
Track staging/prod deployments |
| Sprint Report | sprint-report.yml |
Scheduled sprint summary |
-
Add variables in Repository Settings > Repository variables:
GITSCRUM_ACCESS_TOKEN: Your GitScrum API tokenGITSCRUM_WORKSPACE: Workspace slugGITSCRUM_PROJECT: Project slug
-
Copy a template to your
bitbucket-pipelines.yml
Use task codes in branch names:
feature/GS-123-login-formbugfix/GS-456-fix-crashhotfix/PROJ-789-security-patch
Bitbucket supports manual triggers via custom pipelines. Configure in Repository Settings > Pipelines > Schedules for scheduled runs.