Hello Alassian Geeks :)
I need to display (for reporting reasons) the linked defects to a testRun sets for a given TestPlan:
I created the following JQL query
project="SMA" AND issue in testPlanTests("SMA-850") AND TestRunStatus="FAIL"
=> As a result I displayed all the success testRuns related to my testplan "SMA-850"
I need to add a column for the linked defects
I tried this option :
project="SMA" AND issue in testPlanTests("SMA-850") AND TestRunStatus="FAIL" AND issue in defectsCreatedDuringTesting("test in test plan 850")
and the saved filter : test in test plan 850 ==> contain the following query
project = SMA AND issue in testPlanTests(SMA-850)
Thanks for helping me :)
Wafa
Hi Wafa,
Do you have Adaptavist ScriptRunner installed? Are you a JIRA Cloud? JIRA Server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.