MrTarantula / WIPrint

Print work items from nearly anywhere you can see them in TFS and VSTS.
https://marketplace.visualstudio.com/items?itemName=mrtarantula.wiprint
MIT License
11 stars 12 forks source link

When selecting multiple items from a query, query order is not respected #8

Closed jeffyoungstrom closed 6 years ago

jeffyoungstrom commented 6 years ago

If I select a set of items from the results of a query, they are printed in numeric order by ID instead of maintaining the sorted order in the query results.

MrTarantula commented 6 years ago

There's not a whole lot I can do about that. TFS would have to preserve that order for me to consume from the query context. VSTS does (I just checked) but it looks like 2015 always orders by ID.

jeffyoungstrom commented 6 years ago

Fair enough. Hopefully on-prem 2017 works too as I plan to upgrade to that soon.

MrTarantula commented 6 years ago

I think it will work. At least it appears to. The only TFS 2017 instance I have access to right now is my full-time jobs', and I can't install my extension there yet, but the work item ID array is in the correct order when I sort it.

MrTarantula commented 6 years ago

I'm closing this as it's not something I can control, and I believe it works in newer TFS versions and VSTS.