Document toolboxDocument toolbox

Requirement Resource

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

POST /rest/testray/latest/public/requirement/{requirementIssueKey}/addChildren

SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/requirement/TAT-500/addChildren

REQUEST body

{ "requirementKeys": ["TAT-501","TAT-502"] }

get /rest/testray/latest/public/requirement/{requirementIssueKey}/getChildren

SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/requirement/TAT-500/getChildren

REQUEST body NULL

get /rest/testray/latest/public/requirement/{requirementIssueKey}/getOnlyImmediateChildren

SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/requirement/TAT-500/getOnlyImmediateChildren

REQUEST body NULL

get /rest/testray/latest/public/requirement/{projectKey}/requirementSuites

SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/requirement/TAT/requirementSuites

REQUEST body NULL

Delete /rest/testray/latest/public/requirement/{requirementIssueKey}/removeChildren

SAMPLE http://testray.goldfingerholdings.onl/rest/testray/latest/public/requirement/TAT-500/removeChildren

REQUEST body

{ "requirementKeys":["TAT-501","TAT-502"] }