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 would like to get the datasets in an Test xray issue.
I had a look to the documentation for Xray Cloud: https://docs.getxray.app/display/XRAYCLOUD/GraphQL+API
But I don't know the property name for dataset in the GetTest query.
Where shall I find available keys for a test issue? What is an example for dataset?
thanks for your help.
The dataset information is found at the TesRun level.
You need to get the TestRun information from the Test and then get the dataset information from the TestRunParameter.
https://xray.cloud.xpand-it.com/doc/graphql/testrun.doc.html
Any additional questions, please get in touch with Xray Support (http://xraysupport.getxray.app); we would gladly assist you.
Thank you.
Kind regards,
Rogério Paiva [Xray Support Team]
Thanks a lot for your Answer.
But, in the graphical interface, the dataset and parameters are also attached to the Test object. (when you are in a design phase)
Does this information available thru graphQl?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, currently it is not possible, but we are working to expand the GraphQL features.
Thank you.
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems we can export dataset to a csv file thru API
/rest/raven/2.0/api/dataset/export?testIssueKey=
or having the dataset information when doing a Get on the Test object
/rest/api/2/issue/testKey
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.