Forums

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

Is it possible to use JQL in any way to get all Pre-Condition associated with the TC's of a TP?

Ricardo Pimenta
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!
February 10, 2023

Hello,

I'm searching for a way to list on using JQL all the Pré-Conditions associated with the Test Cases of a Test Plan, but I'm not finding any way, can someone point me in the right direction to find this info?

 

Thank you

1 answer

0 votes
Vedant Kulkarni_Trundl
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 10, 2023

@Ricardo Pimenta, this article helps you to run JQLs if you are using on-prem Jira Enhanced querying with JQL - Xray Server + DC - Xray (getxray.app)

Ricardo Pimenta
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!
February 10, 2023

@Vedant Kulkarni_Trundl ,   I really appreciate your support, unfortunately, I had checked that article before and the only way I found out was by using the below query which is limited only to one Test Case each time and not a group of Test Cases associated with a Test Plan. 

issuetype = Pre-Condition AND key in testPreConditions(Test Case)

But I was not able to find a way to qry all the PreCondition to an entire list of Test Cases.

 

Thank you

Best Regards

Suggest an answer

Log in or Sign up to answer