The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

The user is unable to filter issues in Jira by the fixed version in ascending order.

Rajesh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 10, 2025

The user is attempting to filter issues by fixed version and needs the result sorted in ascending order. However, after running the query, the result are not being filtered by the fixed version name in ascending order. Why is this happening.

 

project = ABC AND issuetype = Epic AND labels = 360digital AND assignee in ("1234567") ORDER BY fixVersion ASC

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Steve Sauser
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 10, 2025

@Rajesh Versions are textual driven in Jira.  If your versions don't have a taxonomy to order them via numerical + textual, then the order using either ASC or DESC will use an Alpha ordering.  

Example: 

  • If your taxonomy is "Date + Textual" then your date will be the first portion of the ordering evaluation.  
    • 01/17/2025 - Text
    • 01/24/2025 - Text
      • These 2 would order in this same order as I listed above.  
    • Add a Version called "Textual Driven Version" and you would now see this order: 
      • 01/17/2025 - Text
      • 01/24/2025 - Text
      • Textual Driven Version

Release Date is not available in an issue JQL because the value of Release Date is not available to the issue directly; it is only contained within the Version itself.  

Screenshot demonstrating date + text mixed with just textual

image.png

TAGS
AUG Leaders

Atlassian Community Events