You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
Below are the list of REST APIs we developed related to test cycle.
GET /rest/testray/latest/public/testPlan/{testPlanIssueKey}/cycle/{testCycleID}/testRunsByCycleId
SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycle/600/testRunsByCycleId
REQUEST BODY NULL
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" }