bamboo_search_plans
Search for Bamboo build plans by name. Supports fuzzy matching and pagination to locate the plan you need.
Instructions
Search for Bamboo build plans by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The plan name to search for | |
| fuzzy | No | Enable fuzzy matching (default: true) | |
| start_index | No | Starting index for pagination (default: 0) | |
| max_results | No | Maximum number of results to return (default: 25) |