Hi folks,
I would like to create a filter to show all tickets to the currentUser and also the tickets assigned to a team where currentuser is a part of.
Any ideas?
Thanks
Nicky
If you expect
Either the issue assigned to current user or where the current user is a part of, we can use the JQL advised by @Dick
But if you want to filter the issues, which needs to satisfy both,
Then we should use this one
project = "Team A" and assignee = currentUser()
Hi Nicky,
It depends a bit how your teams are organized. If your teams each have a Jira Project, it would look something like:
project = "Team A" or assignee = currentUser()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dick,
thanks for your reply.
We have different projects, cause one team managed more customers.
I hoped of a JQL like
currentuser() is membersOf("Team[Team]"= 7b47bb33-fd48-4e3b-997d-40c666630697) or assigne is currentUser()
but my cloud instance doesn´t support membersOf()
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.