In JIRA, how do a find all issues related to a user, across all projects.
A simple query search yields only full text results. i.e. only issues where the name is mentio
assignee = currentUser() OR assignee was currentUser() OR reporter = currentUser()
This will suffice the query