REST API: Test Steps
GET | com.easesolutions.jira.plugins.testmanagement/1.0/teststep/prjKey/issueKey | Get all teststeps for an issue. |
POST | com.easesolutions.jira.plugins.testmanagement/1.0/teststep/prjKey/issueKey | Create a new teststep for an issue. |
PUT | com.easesolutions.jira.plugins.testmanagement/1.0/teststep/prjKey/issueKey/testStepId | Update an existing teststep. |
DELETE | com.easesolutions.jira.plugins.testmanagement/1.0/teststep/prjKey/issueKey/testStepId | Delete an existing teststep. |
Get all teststeps for an issue.
PARAMETERS
prjKey*
issueKey*
The project key.
The key of the issue containing the teststeps.
Create a new teststep for an issue.
PARAMETERS
prjKey*
issueKey*
name*
description
expectedResult
position
The project key.
The key of the issue to create a new teststep for.
A name for the teststep.
A description for the teststep.
An expected result for the teststep.
A position for the teststep.
Update an existing teststep.
PARAMETERS
prjKey*
issueKey*
testStepId*
name*
description
expectedResult
position
The project key.
The key of the issue containing the step to update.
The id of the teststep to update.
An updated name.
An updated description.
An updated expected result.
An updated position.
Delete an existing teststep.
PARAMETERS
prjKey*
issueKey*
testStepId*
The project key.
The key of the issue containing the step to delete.
The id of the teststep to delete.