Hello,
I have to have the list of all the test cases from a test plan for a dedicated fixVersion.
Example:
TestCase A / B /C are in TestPlan 1 for FixVersion=10
TestCase D / E are in TestPlan 2 for FixVersion=11
TestCase F / G are in TestPlan 3 for FixVersion=10
How to have the list of test case from FixVersion 10 by test plan in JQL ?
Thanks.
Hi @Cyril
You could save a filter that looks like: type = "Test Plan" and fixVersion in (10) (eg: V10TestPlan)
Then use
issue in testPlanTests("V10TestPlan") and type = Test
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
V10TestPlan is a filter name you saved so you define the query that returned the Test Plans you are interested in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, I have the list of test plan for a fix version.
How can I have the list of test cases in the test plans using the 'rich filter controler' ? I try to add 'smart view' but without success.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not think you can using the Rich Filter Controller, because the data is not in the issue itself so it will not be returned.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.