jira query to extract all the defects raised by multiple reporters
Welcome to the Atlassian Community!
issuetype = defect
should do it, assuming defects are defined as issue types in your Jira.
I'd recommend adding an "if not dealt with" clause in most cases, so
issuetype = defect and resolution is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.