The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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?

PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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.

PD Sheehan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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