Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

JQL Query to reterive the all the test cases in the Folder

Edited
Praveen597
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!
Oct 07, 2023

Hi All,

 

I have all the test cases in X-RAY tool under different folders.

Eg:

Folder1

--> Folder2

----->Test Case #1

------>Test Case #10

----->Folder3

--------->Test Case #20

--------->Test Case #30

 

Now I want to use a filter to see all the test cases written on the parent folder Folder1, which should retrieve Test Case #1,#10, #20, #30

 

I tried many quries, but nothing is workign 

 

issue in testRepositoryFolderTests("POR", "") -- > is geeting all the test cases in X-RAY rather than one parent folder

1 answer

0 votes
Marc Koppelaar
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.
Oct 09, 2023

Hi @Praveen597 

On the JQL you are using on getting xray information, it seems to me you are running Jira Server or DC, as the used JQL option doesn't exist in Cloud.

I expect you JQL to look like; 

issue in testRepositoryFolderTests("POR", 'Folder 1, "true")

this should give you all tests within Folder1 and sub folders beneath folder1 in project POR

Suggest an answer

Log in or Sign up to answer