Forums

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

How to name test cases so they display in date order

Martin Goreing
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!
February 23, 2022

Hi there

Can anyone advise me on how to names test cycles so that they display in date order please?

I have tried DD.MM.YYYY (05.01.2022) and DD/MM/YYYY (05/01/2022) for example, and sorting by name only seems to recognise the first digits DD and ignores the MM so I wind up with:

05.01.2022 - PVT Testing
15.02.2022 - TEST Side 1
18.01.2022 - PVT Testing

image.png

Any help would be appreciated

Martin in Darwin :-)

1 answer

0 votes
Nic Brough -Adaptavist-
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.
February 24, 2022

It's sorting alphabetically, not numerically or by date.  

Alphabetic sort does not understand dd-mm-yyyy.  Nor does it understand US dates (no sort gets that right without having to be coded for the wrongness), but it will work for yyyy-mm-dd, so try using that as the prefix format.

Martin Goreing
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!
February 27, 2022

Thanks Nic

I'll give that a go.

Cheers

Martin

Suggest an answer

Log in or Sign up to answer