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

Jira is not listing task basd on the below query ? fixVersion in releasedVersions() and fixVersion i

Hello Team,

Thanks in Advance.

JQL : fixVersion in releasedVersions() and fixVersion in versionMatch("gradle-plugins.*") ORDER BY fixVersion DESC 
JQL query is not ordering the task by DESC order

1 answer

0 votes
Marco Brundel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 29, 2023

Hi @Pavan ,

Every version in Jira has a code. When I look at the operation of ORDER BY in our Jira, this code is used to determine the order and not (unfortunately) the name of the version.

If you click on Releases in a Project and then click on a Version, you will see the code in the URL.

Regards, Marco

the code of *gradle-plugins 2.7.6* is 17210 and *gradle-plugins 2.6.7* is 16805

it should display 2.7.6 apparently in the first but it is displaying randomly even though we are order by fixVersion DESC

Suggest an answer

Log in or Sign up to answer