list_investigations
Retrieve and filter open investigations in TeamCity with pagination support, allowing users to find specific issues by project, build configuration, or assignee.
Instructions
List open investigations (supports pagination)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | Fetch all pages up to maxPages | |
assigneeUsername | No | Filter by responsible user username via locator helper | |
buildTypeId | No | Filter by build configuration ID via locator helper | |
fields | No | Optional fields selector for server-side projection | |
locator | No | Optional investigation locator to filter results | |
maxPages | No | Max pages to fetch (when all=true) | |
pageSize | No | Items per page (default 100) | |
projectId | No | Filter by project ID via locator helper |