I want to create a jql query to find the test cases that:
For the first part, i created the below query:
(issue in testPlanTests(B-78801) AND (cf[11812] = "B-78801 - PASS") OR (cf[11812] = "B-78801 - Accepted") )
But I cannot find a way to find the TCs that are executed by specific persons (the person that executed the TC is different from the person that is assigned)
The "executed by" is in the test case in the section Test Runs