list_default_reviewers
Retrieve the default reviewers configured for a Bitbucket project to understand required code review workflows and approval processes.
Instructions
List default reviewers for a project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_key | Yes | The key of the project. |
Input Schema (JSON Schema)
{
"properties": {
"project_key": {
"description": "The key of the project.",
"type": "string"
}
},
"required": [
"project_key"
],
"type": "object"
}