How to keep Pick List Sorted as original order - not alphabetically.
Code of Pick List
<FIELD name="Release Date" refname="ReleaseDate" type="String" reportable="dimension">
<ALLOWEXISTINGVALUE />
<ALLOWEDVALUES expanditems="true">
<LISTITEM value="May 2023 Rel" />
<LISTITEM value="Jun 2023 Rel" />
<LISTITEM value="Jul 2023 Rel" />
<LISTITEM value="Aug 2023 Rel" />
<LISTITEM value="Sep 2023 Rel" />
<LISTITEM value="Oct 2023 Rel" />
<LISTITEM value="Nov 2023 Rel" />
<LISTITEM value="Dec 2023 Rel" />
<LISTITEM value="Jan 2024 Rel" />
<LISTITEM value="Feb 2024 Rel" />
<LISTITEM value="Mar 2024 Rel" />
<LISTITEM value="Apr 2024 Rel" />
<LISTITEM value="May 2024 Rel" />
</ALLOWEDVALUES>
</FIELD>
Image - List on Display - sorted alphabetically
looked through documentation and couldn't find an option to keep sorting https://learn.microsoft.com/en-us/azure/devops/reference/add-modify-field?view=azure-devops-2022#picklist