I am a complete newbie whose work is now managed in JIRA tickets (which are "issues", I think.). I tried to used the Search widget from the screen of the project's Kanban board.
Since I have only worked on one project, I didn't specify the project.
For the search I inputted:
'"Request participants" = currentUser() Or watcher = currentuser() or assignee = currentuser()
based on another post here.
The response was:
Unable to parse the text '"Request participants" = currentUser() Or watcher = currentuser() or assignee = currentuser()' for field 'text'.
Any help will be appreciated!
currentUser() is case sensitive, so try this query:
"Request participants" = currentUser() OR watcher = currentUser() OR assignee = currentUser()
TY but, had about the same result:
Unable to parse the text '"Request participants" = currentUser() OR watcher = currentUser() OR assignee = currentUser()' for field 'text'.
also tried with same result:
Request participants = ....
and
'Request participants' = ....
and
Participants = ....
and
'Request Participants' = ....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, what I was missing was clicking the "Switch to JQL" link .
"Request participants" = currentUser() OR watcher = currentUser() OR assignee = currentUser()
worked fine .
I'd like to restrict by Status too but we have 120 values !
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.