JIRA: Find all issues related to a user

Quintin Par picture Quintin Par · Aug 19, 2010 · Viewed 32.1k times · Source

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 mentioned and not if the name has been assigned, has reported, has been cc’d etc.

My intention here is to find tickets related to me for stock accounting.

I'm using JIRA 3.13.

Answer

Edson Medina picture Edson Medina · Aug 2, 2012
assignee = currentUser() OR assignee was currentUser() OR reporter = currentUser()

This will suffice the query