You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
All of our EPICS are projects. I am trying to create quick filters for each project manager but want to be able to show all the issues for all their EPICS when I apply the quick filter. The problem is when I say "assignee = PM1" - it only gives me the tasks assigned to the PM - not all the tasks assigned to that project.
I know it should be simple.. but I cannot think today.
Hi @Jackie Klass,
You won't get there with out of the box functionality. So that means you'll need marketplace apps to extend your search functionality.
In case you have scriptrunner, the following should work:
issueFunction in issuesInEpics("Project = XXX and issuetype = epic and assignee = currentUser()")
The part between () is the query used to fetch all Epics in project XXX for the currently logged in user. Writing it this way would make it possible to add this as just 1 quick filter to the board.
Thank you so much!! Will try that out.... at least I know Im not going crazy. I kept looking for a "WHERE" statement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.