update_cycle
Update fields of an existing test cycle, including name, dates, version, and environment. Only provided fields are changed; omitted fields stay unchanged.
Instructions
Update an existing test cycle's fields.
The cycle id is sent in the body (PUT /cycle, no id in the path) —
only the fields you pass are included; omit a field to leave it unchanged.
Dates use Jira's dd/MMM/yy format (e.g. 8/Aug/14). To change the
version pass version (a name or id); a version name also needs
project to resolve it (a numeric version needs neither). Returns
{error, success, noPermission}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| name | No | ||
| build | No | ||
| environment | No | ||
| description | No | ||
| start_date | No | ||
| end_date | No | ||
| version | No | ||
| folder_id | No | ||
| project | No |