JIRA - Resolved by me query

前端 未结 12 1060
情书的邮戳
情书的邮戳 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:12

    You can use the WAS operator:

    JIRA - Advanced Searching : "The "WAS" operator is used to find issues that currently have, or previously had, the specified value for the specified field"

    Example: status WAS "Resolved" BY currentUser()

提交回复
热议问题