JIRA: Find all issues related to a user

后端 未结 7 1622
庸人自扰
庸人自扰 2021-01-31 03:20

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

7条回答
  •  再見小時候
    2021-01-31 04:08

    assignee = currentUser() OR assignee was currentUser() OR reporter = currentUser()
    

    This will suffice the query

提交回复
热议问题