Hi everyone,
We have different project boards for each team in our company, and each team manages their own sprints. Out of these, three teams use team-managed projects, while the other two use company-managed software.
I’m trying to create a "board of boards" that:
Here’s the JQL query I’m using:
project IN (project keys here)
AND (status IN ("To Do", "In Progress"))
AND (resolution IS EMPTY OR (resolution IS NOT EMPTY AND resolutionDate < -2w)) ORDER BY updated DESC, Rank ASC
However, when I add this query and save the board, it only shows tickets from the company-managed projects. Tickets from the team-managed projects are not appearing.
Could this be a permissions issue with the team-managed software projects? Or is there something else I might be missing?
Any help or insights would be greatly appreciated!
Thank you!
Hello, Good day. If you have added all 5 projects in JQL then check the following.
1. Go to board settings >> Column mapping and make sure all status has been mapped and there is no unmapped status
2. When you run this JQL from advanced search then issues from all 5 projects shows up ?
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.