bb_get_commit
Retrieve commit details including message, author, date, parents, and linked pull requests by supplying a project key, repository slug, and commit SHA or HEAD.
Instructions
Get details for a single commit: message, author, date, parents, and relevant PRs. 'slug' can be a full SHA, short SHA, or 'HEAD'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commitId | Yes | Commit SHA (full or short) or 'HEAD' | |
| repoSlug | Yes | ||
| projectKey | Yes |