Status was "Resolved" by currentUser()

Jose M.
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.
December 22, 2016

The query "status was "Resolved" by currentUser()" works to find issues resolved by me.
It works also to find issues resolved by members of a specific group: Status was "Resolved" by membersof("...").

Is there a way to search for specific users?

1 answer

1 accepted

1 vote
Answer accepted
Volodymyr Krupach
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.
December 22, 2016

Sure, just put username:

status was "Resolved" by username
// or
status was "Resolved" by (username1, username2)
Jose M.
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.
December 22, 2016

Yes, that was my expectation, how it should do, but for me it doesn't. Thanks for confirming it works. Will check again.

Jose M.
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.
December 22, 2016

Just checked again. Now it is working smile
Yesterday evening we have had a restart of our JIRA instance because there have been some add-on upgrades, e.g. ScriptRunner. Maybe because of the several updates it was not working.

Thanks again.

 

Suggest an answer

Log in or Sign up to answer