Forums

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

JIRA XRAY

Rishyab May 28, 2023

I want to do bulk changes for many test cases (issuetype = Test) & these Test are linked to Test Set & Test Plan.

Please share JQL for searching all Test related to a Test Set & Test Plan.

1 answer

0 votes
Manoj Gangwar
Community Champion
May 28, 2023

I think you should use JQL queries specific to XRay.

If you are using XRay Cloud "No specific JQL functions are provided, since Jira Cloud does not provide a mechanism to implement them." So I don't think you can do what you want.

Otherwise, if you are using XRay Server, this page should help you ( https://confluence.xpand-it.com/display/public/XRAY/Xray+Documentation+Home?key=XRAY) and a JLQ query like

 

issue in testPlanTests("SPECIFICTESTPLAN-123") 

Suggest an answer

Log in or Sign up to answer