You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am having an issue developing a query that allows for multiple labels to be assigned to single story to reflect in that fashion on dashboard.
For example: I have 12 issues I am testing and placed the 5 labels where appropriate across the issues. When using the below query, I get the individual label count on my dashboard and not the multiple labels uniquely assigned to that story.
labels in (Apple, Orange, Cherry, Pineapple, Banana)
You are mixing up query with display here. They are two separate things.
A query gives you a list of issues that match. If you choose to display that somewhere, it's up to the display to choose what to show from the list of issues.
In other words, you can't create a query that does this, it's not up to the query what gets displayed.
Thank you for the feedback. My usage of query as a term was more along of the JQL pathway. Ultimately, I am looking to have if multiple labels are placed on a single story to be reflected as such on a dashboard.
Did some research and found a pathway to accomplish this search. Appreciate the feedback from the community!
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.