create_test_step
Add a test step to a Zephyr test issue, specifying the action, test data, and expected result.
Instructions
Add a test step to a Zephyr test issue.
issue accepts a Jira issue key or numeric issueId (prefer the id when you
have it, to skip a lookup). step is the action,
data the test data, result the expected result. Returns the created step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| step | Yes | ||
| data | No | ||
| result | No |