JIRA: Find all issues related to a user

后端 未结 7 1640
庸人自扰
庸人自扰 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:03

    Click on Issues on the top, click New on the left bar.

    Now, choose the reporter and assignee. Then switch to Advanced search.

    Then you can change the AND to an OR and do the search.

    e.g.

    assignee = currentUser() OR reporter = currentUser()
    

    (it would have been AND by default)

提交回复
热议问题