Rally Software

  • 1.  Sorting by DragAndDropRank (not in query)

    Posted Jul 25, 2017 09:58 AM

    I have a Java application which performs multiple queries to get a set of User Stories using the Rest API.  I would like to sort the combined set by DragAndDropRank.  When I just do an alphanumeric sort based on the DragAndDropRank field, however, I get different results that what I get when using this sort in the built-in User Story list.  What are the comparison rules for this field?  How should I use it to sort?



  • 2.  Re: Sorting by DragAndDropRank (not in query)
    Best Answer

    Posted Jul 25, 2017 10:02 AM

    Appling,

     

    You are going to need to interpret it using this KB Article as a guide:

     

    Interpret DragAndDropRank 

     

    Hope that helps.

     

    Michael



  • 3.  Re: Sorting by DragAndDropRank (not in query)

    Posted Jul 25, 2017 02:35 PM

    Thanks!  I now get the same sorting results in my application.