I am using the api for our automated tests. Is it possible to get the testcases associated with a given testcycle?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
They will just appear as "not executed"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.