Hi - I have a team-managed software project (next-gen). I have a lot of Epics using multiple labels (e.g. Q1-2022, US, DataSupport). Currently, when I select all 3 labels in Board or Roadmap view, it shows me all Epics that contain at least 1 of these labels. Is there a way for me to filter only those Epics that contain all 3 labels?
Hey @Srijit Ghosh ,
Try writing a query as shown below :-
project = CM AND ( labels = Q1-2022 AND labels = US AND labels = DataSupport )
In order to display all three labels you need to use AND operator .
Thanks,
Nayana N
Thanks for your response, Nayana! But how do I use JQL on the roadmap?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Same thing happens in the chronogramme / timetable view.
If more than one label is marked the condition applied is OR.
Looking for a way to make it AND.
Tried using JQL in the search box but Jira shows a _Loading_ message that doesn't return any result.
Has anybody found a solution to this issue?
Thanks!
M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Soporte Atl
I think I've managed to get this working.
First, I created and saved a filter using the JQL query from @Nayana N as a starting point.
I've then created a new plan using this saved filter as the source and my plan now shows all issues that have both of the labels I've specified.
Hope that helps!
Jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.