REST API: Test Plans
POST | com.easesolutions.jira.plugins.testmanagement/1.0/plan/prjKey | Create a new testplan. |
GET | com.easesolutions.jira.plugins.testmanagement/1.0/plans/prjKey | Get all testplans for a given project. |
GET | com.easesolutions.jira.plugins.testmanagement/1.0/plans/prjKey/plan | Get a specific testplan. |
POST /com.easesolutions.jira.plugins.testmanagement/1.0/plan/{prjKey}
Create a new testplan.
PARAMETERS
prjKey*
name*
desc
cfg
The project key.
A name for the testplan.
A description for the testplan.
The id of a configuration within the specified project.
GET /com.easesolutions.jira.plugins.testmanagement/1.0/plans/{prjKey}
Get all testplans for a given project.
PARAMETERS
prjKey*
The project key.
GET /com.easesolutions.jira.plugins.testmanagement/1.0/plans/{prjKey}/{plan}
Get a specific testplan.
PARAMETERS
prjKey*
plan*
The project key.
The id of the plan.