Find issues that were ever assigned to me

后端 未结 7 1075
失恋的感觉
失恋的感觉 2021-02-02 05:02

I am trying to create a filter to search for all issues that were ever assigned to me, even after the assignee is changed. I cant find the appropriate search parameters for this

相关标签:
7条回答
  • 2021-02-02 05:53

    I'm not sure if things have changed with JIRA since previous answers were written, but all I needed was:

    assignee was currentUser()
    

    This will pick up things that are currently or previously assigned to me.

    0 讨论(0)
提交回复
热议问题