Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I see all issues assigned to me across multiple JIRA boards using a filter?

Susana Espino January 19, 2022

Hi everyone, 

I would like to know if there is a filter I can use to see all the work assigned to me in multiple Jira boards organized by due date (in Ascendant order), thanks!

3 answers

1 accepted

2 votes
Answer accepted
Andrew Kendris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 19, 2022

If you're looking for all tickets assigned to you (regardless of resolution status), you can use the following:

assignee in (currentUser()) ORDER BY due ASC

If you want to fine-tune your criteria and only see what is unresolved add a "Resolution" parameter and use the following:

assignee in (currentUser()) AND Resolution = Unresolved ORDER BY due ASC

Susana Espino January 20, 2022

Thank you, Andrew!

Like • Andrew Kendris likes this
Andrew Kendris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 20, 2022

My pleasure @Susana Espino - I'm happy we could help get your filter set up 🙂

0 votes
Scott Lake January 15, 2024

Is there a way to do a kanban for myself, across all programs and other hierarchy, for present sprint?  

0 votes
Susana Espino January 19, 2022

I was using this one, but is not working well because of the last OR I added: status in ("In Progress", "In Review", "To Do") AND resolution = Unresolved AND assignee in (currentUser()) OR "Other Assignees" = currentUser() ORDER BY due ASC

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 19, 2022

So your added clauses are incorrect for some reason?  What are they doing wrong?  Could you give us the whole query?

My guess though would be that you've misunderstood the order Jira will execute each clause when you have a query that mixes ANDS with ORs.  (We all do badly at that, it's hard to understand what Jira is thinking in these queries)

Like • Susana Espino likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
atlassian, team '25, conference, certifications, bootcamps, training experience, anaheim ca,

Want to make the most of Team ‘25?

Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.

Learn more
AUG Leaders

Upcoming Jira Events