Test Plan Resource
- Cheney Ma
Below are the list of REST APIs we developed related to test plan.
POST /rest/testray/latest/public/testPlan/{testPlanIssueKey}/addCycle
SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/addCycle
REQUEST body
{
"name":"REST API Cycle 1",
"environment":"Firefox",
"build":"v9.0",
"plannedStartDate":"2021-10-10",
"plannedEndDate":"2025-11-11"
}
get /rest/testray/latest/public/testPlan/{testPlanIssueKey}/cycles
SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycles
REQUEST body NULL
Put /rest/testray/latest/public/testPlan/{testPlanIssueKey}/cycle/{cycleName}/wf/{action}
SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycle/Cycle 1/wf/Start
If there is no test run created from ‘Assign Configurations’ option, please use following to start test cycle with ‘No Configuration’ assigned for test runs:
http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycle/Cycle 1/wf/Start?forceStart=true
REQUEST body NULL
actions
Start
Complete
Abort
Resume
delete /rest/testray/latest/public/testPlan/{testPlanIssueKey}/deleteCycleById
SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/deleteCycleById
REQUEST body
{
"id": "1000"
}
get /rest/testray/latest/public/testPlan/{testPlanIssueKey}/defects
SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/defects
REQUEST body NULL
Â