get_execution_status_counts_by_assignee
Retrieve test execution status counts grouped by assignee for specified cycles. Identifies workload imbalance or bottlenecks among reviewers and testers.
Instructions
Per-assignee status counts for the given cycle(s).
cycles is a comma-separated list of cycle ids. project/version accept
keys/names or ids (prefer ids when you have them, to skip a lookup; -1 =
Unscheduled). Returns a map of assignee -> {UNEXECUTED, PASS, FAIL, WIP,
BLOCKED}. Use to spot
workload imbalance or reviewers/testers who are a bottleneck.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| version | Yes | ||
| cycles | No | ||
| offset | No | ||
| limit | No |