Hi,
is there a way to filter issues by participants?
When I use the following command I do not get any filter results:
"Request participants" = currentUser()
Thx in advance!
Best
Nils
Hi @Nils Herhaus,
"Request participants" = currentUser()
works fine on my site. Are you receiving any kind of error? Where do you execute the JQL statement?
Best,
Hannes
not working on my side unfortunately. I just get the error that there a no tickets/issues which is wrong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Nils Herhaus ,
You can use the JQL query "Request participants = [name]" to filter tickets based on a particular participant. As you type your query, Jira will offer a list of "autocomplete" suggestions based on the context of your query.
I hope this helps. :)
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.