Rally Software

 View Only
  • 1.  How might one preserve rank order using the Rally Connector...

    Posted Aug 04, 2015 12:50 PM
    How might one preserve rank order using the Rally Connector for JIRA? I prefer not to interpret the DragAndDropRank field and order the copy of artifacts myself.


  • 2.  Re:

    Posted Aug 07, 2015 05:49 PM
    Well, I ended up writing Java to do this. Since Rally Connector requires configuration file and this approach runs the connector once per issue, you may want to create a memory-mapped disk, e.g. with ImDiskTk, and put your configuration file there to be repeatedly rewritten and read.