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.
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
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice one. Should really be an answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.