Bitbucket
01 / 02

Pull Requests, Pipelines & Jira Integration

Pull Requests, Pipelines & Jira Integration

A Git Host, Atlassian-Native

Bitbucket is Atlassian's Git repository hosting service — pull requests, code review, CI/CD, and issue tracking integration, similar in role to GitHub or GitLab. Its most distinctive strength is tight, native integration with the rest of the Atlassian suite (Jira, Confluence), reducing friction for teams already standardized on those tools.

Pull Requests & Code Review

A pull request proposes merging one branch into another, giving reviewers a structured space to inspect changes, leave inline comments anchored to specific diff lines, request modifications, and approve or reject before code is integrated — catching issues before they're merged rather than after.

Jira Integration & Smart Commits

git commit -m "PROJ-123 #comment fixed the bug #time 2h #done"

Commits, branches, and pull requests can link directly to Jira issues for traceability between code and tracked work. A smart commit's special syntax (referencing an issue key plus commands) lets a commit automatically transition a linked Jira issue's status or log time, without switching tools.

Bitbucket Pipelines

Pipelines is Bitbucket's built-in CI/CD service, configured via bitbucket-pipelines.yml alongside the repository — automated build, test, and deployment workflows without needing a separate third-party CI service, similar in role to GitHub Actions or GitLab CI.

Keep your own version of these notes — editable, searchable, and organised by your stack.

Start free