Hello
I want to build a view of all the defects and bugs in my JIRA project and be able to see in the same view which defects are covered by a test case.
I'd like to see these data :
-Defects and bugs summary
-Defects and bugs Status
-Status of the tests linked to the defects and bugs (uncovered, not run, pass, fail, etc.)
Is there a dashboard or a JQL query that allows me to create that type of view ?
Thanks !