You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.