Hello,
I would like to search all test that are linked to (test) a group of tickets has the same characteristics, e.g. has the same component.
What is the suitable JQL command in this case?
Thanks
Best regards
Thanks Ilya Turov for the answers,
Yes, I've looked at this doc, it's really helpful.
I've resolved the problem by using the following JQL
issuetype = Test AND issue in requirementTests("my filter")
My need is create a board (TB) that content all test, test set, test execution... that linked (test) to the requirement issues in a board (RB) that defined by the filter "my filter".
With the above JQL, I can get all test (T), that test a ticket in the board RB.
However, I haven't the solution to get also the test set, test execution, that content at least a test in T.
Regards
xray has pretty good documentation about it's jql functuions:
https://confluence.xpand-it.com/display/public/XRAY/Enhanced+querying+with+JQL
assuming your tests are in test sets (as they should be I guess), you can create a saved filter like
issuetype = "Test Set" and component = "Your component"
save it and then use
issuetype = "Test" and key in testSetTests("Your saved filter name")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.