Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Below are the list of REST APIs we developed related to test plancycle.

Expand
titleGet Test Runs in a Test Cycle

Status
colourGreen
titleget
/rest/testray/latest/public/testPlan/{testPlanIssueKey}/cycle/{testCycleID}/testRunsByCycleId

Status
colourYellow
titleSAMPLE
http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/cycle/600/testRunsByCycleId

Status
colourBlue
titleREQUEST body
NULL

Expand
titleTBD

Status
colourGreen
titlePOST
/rest/testray/latest/public/testPlan/{testPlanIssueKey}/addCycle

Status
colourYellow
titleSAMPLE
http://testray.goldfingerholdings.onl/rest/testray/latest/public/testPlan/TAT-200/addCycle

Status
colourBlue
titleREQUEST body

Code Block
languagejson
{
    "name":"REST API Cycle 1",
    "environment":"Firefox",
    "build":"v9.0",
    "plannedStartDate":"2021-10-10",
    "plannedEndDate":"2025-11-11"
}