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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Order by priority

Hi Everyone,

How this query should look like if I would like to show the priority in the order from highest to lowest on my dashboard?

project in (STONEX) AND issuetype = Bug AND status in (Accepted, Backlog, "In Analysis", "In Progress", "In QA", "In Review", Ready, "Ready for Internal QA", "Ready for QA", Reported) AND priority in (Highest, High, Medium, Low, Lowest) AND "Customer[Select List (multiple choices)]" in ("Spectratech (Quicksilver)", Stone) ORDER BY cf[10249] ASC, created DESC

Many thanks,

Natalie

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 14, 2022

The only bit you need worry about here is the "order by".  Change it to include the priority, so

order by priority desc

for a simple priority only sort, or probably

ORDER BY priority desc, cf[10249] ASC, created DESC

for your query.

Bear in mind that the dashboard gadget needs to be one that recognises and uses a sort order in a filter.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events