JIRA - Resolved by me query

前端 未结 12 1054
情书的邮戳
情书的邮戳 2020-12-14 14:34

How to write query that will select only issues resolved by me.

I have found some old post that says its no possible, but it might have changed.

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 15:23

    You can use this JQL query:

     "Resolved by" = currentUser()
    

    (I just verified this in v4.1.2#531 on a standalone version)

    There is also a plug in you can use in older versions: https://studio.plugins.atlassian.com/wiki/display/JQLT/Home

提交回复
热议问题