bb_get_commit_parents
Retrieve parent commits for a given commit ID, returning one parent for a standard commit or two for a merge commit. This helps trace commit history and identify merge branches.
Instructions
Get the parent commits of a commit (usually one; two for a merge commit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commitId | Yes | ||
| repoSlug | Yes | ||
| projectKey | Yes |