-
Notifications
You must be signed in to change notification settings - Fork 3
Search service
Tom Birras edited this page Nov 30, 2020
·
1 revision
This service allows searching for specific things on Bamboo.
The following functions are available:
Allows to search for plans that fulfill the specified constraints.
| Optional request parameter | Description |
|---|---|
| WithMaxResult(int maxResult) | Limits the maximum amount of returned results |
| StartAtIndex(int startIndex) | Starting index of result list (zero-based) |
| WithSearchTerm(string searchTerm) | Performs a "starts with" search against plan name and plan key |
| PerformFuzzySearch() | Performs a more relaxed search (whatever this means, Atlassian) |