Xray Cloud: How to find the story which relate to the test

Joanna Lin February 6, 2025

I want to find the story which relate to the test.

企业微信截图_17388428047771.png

I use GraphQL , it can not work

 

  stories(limit: 10) { total results { issueId } }

 

 

In addition,I find that the story key will be show in feature file ,such as “@REQ_TS-41” but the epic can not. If story relate to the epic, in feature file will show all of them.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Francisco Fonseca _Xray_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 17, 2025

Hi @Joanna Lin ,

My best guess here would be to confirm if both Epic and Story are mapped as requirements, also check which requirement populate should you look for a specific test instead:

Such: 

 

{

  getTest(issueId: "TEST-123") {

    requirements {

      issueId

      key

      summary

    }

  }

}

 

Nonetheless, I would recommend you reach out to our support here

They should be able to assist you with your query.

Best, Francisco

 

TAGS
AUG Leaders

Atlassian Community Events