Our Workflow: Create a test case in Jira and link all the bugs related to the test cases.
My goal: list out all the test cases that have open bugs associated with them.
My JQL Query:
Project = "QA" and issuetype = "Test Case" and issueLinkType in ("Test case relates to")
Actual output for the above JQL:
It lists all test cases, regardless of issuetype; some test cases are associated with only the bug, others with only the task and still others with both (the bug and the task).
Could anyone help me how to list out the test case with associated only the Bug.