How do I create a filter that displays Bugs verified by a specific user?

Denise Dunlap October 1, 2015

I'm quite new to Jira, so pardon me if my question seems on the simple side, but we couldn't seem to figure out the answer on our own. We got most of the way, except we couldn't figure out how to add the user to the filter.

issuetype = bug AND project = "XXX" AND resolution = Verified

There doesn't appear to be a field that covers this case. Can anyone help me to figure out my filter?

Thanks!

DD

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 1, 2015

Try this:

issuetype = bug AND project = "XXX" AND resolution = Verified and status changed to Resolved/Or_Your_Status by username

Suggest an answer

Log in or Sign up to answer