Hi,
I understand you can use Filter queries to aggregate eg. tickets with a label "some-label" from multiple projects into one eg. `projects in (Project1, Project2) AND labels = "some-label"`.
I'm wondering if I can make a board with all tickets from Project1 and only tickets with the label "some-label" from Project2?
Thanks for your help!
Hi @Antti
Issues in board depend entirely on board filter.
Go to Board Settings -> General -> Saved Filter and click Edit Filter Query
Change JQL; Project = A or (Project = B and labels = xxx)
Save it!
Actually, I think I found an answer already.
`project = Project1 OR project = Project2 AND labels = "some-label" ORDER BY Rank ASC` seems to do the trick.
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.