API Endpoint
The request includes query parameters for the test plan key, test plan issue key, testPlanFolderPath, iteration number, project key, start index, and limit.
{{apiUrl}}/api/{{nodeApiVersion}}/testPlan/testCases?testPlanKey={{testPlanKey}}&testPlanIssueKey={{testPlanIssueKey}}&iterationNumber={{iteratIonNumber}}&projectKey={{projectKey}}
View or Run in Postman
HEADERS
To authenticate the API request, you need to provide the Vansah Connect Token that is generated from the Jira workspace's Vansah configuration page.
Authorization | {{vansahConnectToken}}
|
PARAMS
testPlanKey | {{testPlanKey}}
|
testPlanIssueKey | {{testPlanIssueKey}}
|
testPlanFolderPath | {{testPlanFolderPath}}
|
iterationNumber | {{iteratIonNumber}}
|
projectKey | {{projectKey}}
|
startAt | {{startAt}}
|
limit | {{limit}}
|
