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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.