bamboo_list_plan_branches
Retrieve all branches associated with a specified Bamboo build plan, with optional filtering for enabled branches and pagination support.
Instructions
List all branches for a Bamboo build plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_key | Yes | The plan key (e.g., "PROJ-PLAN") | |
| enabled_only | No | Only return enabled branches | |
| start_index | No | Starting index for pagination (default: 0) | |
| max_results | No | Maximum number of results to return (default: 25) |