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.
Dear all,
I simply try to follow instruction in the docuement below.
https://docs.getxray.app/pages/viewpage.action?pageId=46865863
But at some point they run a querry to display Test type and Test Steps to be exported.
When I try to build the same querry in my Jira cloud, I do not have access to fields :
Any idea how to display this column ?
regards
Hi @serge calderara ,
Xray for Jira server/datacenter and Xray Cloud (i.e., for Jira Cloud) are similar but different products, with slightly different capabilities also because of the underlying infrastructure.
The link you provided is for Xray server/datacenter.
Are you trying to import tests or just to show tests with that info using a JQL query?
If yoy're trying to import tests, the correct link for Xray Cloud is this one.
If you're aiming to make a list of tests and show their type and the manual test steps, you cannot use those columns/custom fields, as they don't exist on Xray Cloud.
You have to use, for example, the built-in document generator.\
Note: there is some very basic support for JQL queries on Xray Cloud, including for querying based on the test type. More info here.
Example:
project = DEMO and issuetype = Test and testType = Manual
Regards
Sergio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.