Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to get TestCases (Key or Ids) from a given TestCycle?

Rashad Colebrook January 9, 2020

I am using the api for our automated tests. Is it possible to get the testcases associated with a given testcycle?

 

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 10, 2020

The full API documentation is available here: https://docs.adaptavist.io/tm4j/server/api/v1/

Look at /testrun/{testRunKey} 

testRun is the old name for testCycle

The GET request will return an item attribute. This is an array of test cases.

Rashad Colebrook January 10, 2020

What if the test hasn't been run yet?

Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 10, 2020

They will just appear as "not executed"

Rashad Colebrook January 10, 2020

And am getting an unauthorized / 403 Forbidden error with that /testrun/{testRunKey}. 

I used https://docs.adaptavist.io/tm4j/cloud/api/v2/#operation/listTestExecutions.

Seems more up to-date. 

I tried /testcycles/{Cycle Key}

It doesn't return tests. It returns a folderId. And I can't seem to find a way to list tests that are in a folder of type 'TEST_CYCLE'

 

Maybe my call to v1 is incorrect. But I never got it to work.

Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 10, 2020

Ah... I was assuming server. You are on cloud.

I don't know the cloud API. I can't see from the documentation if that is possible. It doesn't appear to be. Which is strange.

Sorry I can't help you more. Try raising a service request at https://productsupport.adaptavist.com/servicedesk/customer/portals they are pretty responsive.

TAGS
AUG Leaders

Atlassian Community Events