Is the a plugin for shorter JQLs to search for users in userfields?

Thomas Heidenreich
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.
September 5, 2013

I had something in mind like:

currentUser() in (assignee, reporter, watchers)

maybe someone knows of a plugin providing that kind of search...

Of course I could write assignee = currentUser() OR reporter = currentUser() OR watcher = currentUser(), but that is rather long.

3 answers

1 accepted

3 votes
Answer accepted
David Chan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 9, 2013

I haven't run across anything like this, but if you have a set list of fields that the currenUser() would check against, then you can save that into a filter and just reference the filter.

aka save "assignee = currentUser() OR reporter = currentUser() OR watcher = currentUser()" into a filter. Future JQL searches can simply reference the filter.

https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Filter

0 votes
Thomas Heidenreich
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.
September 10, 2013

Agree! Definetly a very nice idea. I just converted it to an answer and voted it up!

Sadly this was the 3rd up-vote and now the question is now closed:( I was hoping for some more ideas...

0 votes
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.
September 9, 2013

Nice one. Should really be an answer!

Suggest an answer

Log in or Sign up to answer