Each rows in different color in VSTS can this be done?
I'm just curious, in addition to sorting columns, can we make each rows in a different color ?
When viewing the All Bugs list, wouldn't it be nice to quickly identify the P0/S0 bugs from the entire list with the row being in a different color and have some sort of legend ?
Food for thoughts!
Thanks
Vince
[420 byte] By [
Vlince] at [2008-2-15]
Unfortunately in V1 this isn't possible, but it's a great idea for vNext. I will make sure this idea gets jotted down.
By the way, the control that displays the result list is public (WorkItemResultGrid). If you were to create your own WinForms application that displayed WorkItems, you could subclass the WorkItemResultGrid and add the colors that you want. Of course, that's a lot of work just to add colors, but it might be worth creating an add-in to Visual Studio.
Thanks again for the suggestion,
Jason Prickett
I just wanted to 2nd the original author's idea. We sometimes use
Mantis to track change requests, and we always liked their color coding of bugs based on status. would be a great idea for VSTS work items.