update_test_case
Update fields on a specific test case version by providing its ID and version number. Modify summary, precondition, priority, status, assignee, labels, components, fix versions, or custom fields. Returns 204 on success.
Instructions
Update fields on a specific version of a test case. Requires both the test case id and versionNo (usually 1 for latest). Priority and status take integer IDs. Returns 204 on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID | |
| versionNo | Yes | Version number to update | |
| summary | No | ||
| precondition | No | ||
| priority | No | Priority integer ID | |
| status | No | Status integer ID | |
| assignee | No | Assignee Jira account ID | |
| labels | No | ||
| components | No | ||
| fixVersions | No | ||
| customFields | No |