Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to list all the issues on which I am a participant, watcher, the assigned person.

Richard.Fiekowsky January 31, 2023

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!  

1 answer

1 accepted

3 votes
Answer accepted
Mikael Sandberg
Community Champion
January 31, 2023

currentUser() is case sensitive, so try this query:

"Request participants" = currentUser() OR watcher = currentUser() OR assignee = currentUser()

Richard.Fiekowsky January 31, 2023

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' = .... 

Richard.Fiekowsky January 31, 2023

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  ! 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events