update_test_step
Update an existing test step's action, data, expected result, or linked issue. Only the fields you provide are changed.
Instructions
Update fields of an existing test step.
Only the provided fields are sent (omit to leave unchanged). step is the
action, data the test data, result the expected result. issue accepts a
key or id (prefer the id when you have it, to skip a lookup). Returns the
updated step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| step_id | Yes | ||
| step | No | ||
| data | No | ||
| result | No |