Forums

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

Xray Cloud doesn't return expected fields

Andres Murgui
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 7, 2025

I'm working on automating the retrieval of tests that are present on a test set

for that I'm using this query from the GraphQL api for Xray Cloud:

query GetTestSetTests($testSetId: String!) {
                getTestSet(issueId: $testSetId) {
                    tests(limit: 100) {
                        results {  
                            issueId
                            folder
                            jira(fields: [
                            "key",
                            "assignee",
                            "environment"
                            ])
                        }
                    }
                }
}

I'm marking the conflicting value.

according to documentation that field is perfectly valid:
Test (line 22)
and if instead of folder I use other present fields like projectId (also present in the documentation) or i remove folder from the query it works perfectly fine

is this field removed by some reason and is not available anymore?
is any other way to retrieve the repository path of a test object?
thanks

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Valerie Knapp
Community Champion
November 19, 2025

Hi @Andres Murgui , welcome to the Atlassian Community and thanks for your post.

As you have already referenced the documentation and no one has replied to you here yet, I would open a support ticket to the vendor here - https://marketplace.atlassian.com/apps/1211769/xray-test-management-for-jira?hosting=cloud&tab=support 

Best wishes

TAGS
AUG Leaders

Atlassian Community Events