list_cycles
Retrieve all test cycles for a specified Jira project and version, returning a structured map with version and cycle identifiers.
Instructions
List test cycles for a project and version.
project accepts a Jira project key (e.g. SONY), a project name, or a
numeric projectId. version accepts a version name, a numeric versionId,
or -1/Unscheduled. Prefer the numeric ids when you have them, to skip a
lookup. Returns a map keyed by versionId; each cycle entry
is keyed by cycleId (the Ad hoc cycle is -1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| version | Yes | ||
| offset | No | ||
| expand | No |