TFS 2012 Prioritization Backlog

I am new to TFS 2012, and I was wondering if anyone could help, probably a stupid question, but:

How is lag priority defined in TFS out of the box? I see that I can change the priority by dragging it, and the values ​​are constantly changing, but I'm not sure how and why they change the way they do. I would like the values ​​of the Business Value and Effort field to control the priority of the lag, but they seem completely disconnected. Is there a way I can get these field values ​​to control the priority of the lag?

+5
source share
2 answers

Product latency is supported by a dynamically generated query that filters state, work item type, and region path. The order of the work items is “Order field”.

Which field is used as the "Order field", which is stored in the general configuration. If you are indoors, you can change the field used: http://msdn.microsoft.com/en-us/library/tfs/hh739073(v=vs.110).aspx .

+5
source

Another option is to simply create your own request, which will be sorted by the fields “Business Cost” and “Effort”:

  • Select request type
  • Specify filter criteria for top-level criteria, delete, group or ungroup queries.
  • " ", .
  • , .
+1

All Articles