TFS 2013 On-Premises Sprint Board Statuses Customization -


in tfs 2013 web access when go sprint board see 2 states active , closed.

i wanted add few more statuses in progress , blocked. downloaded process template using process editor part of tfs power tools.

when looked @ process template workflow there do, in progress, done , removed shown in figure attached..

but these not showing in task work item. see in state dropdown active , closed. how change see active, in-progress, completed , blocked states.

please help.

enter image description here

by default, states on sprint board do, in progress, , done (assume you're working scrum project template).

in order add state on sprint board, need to:

  1. run witadmin.exe exportcommonprocessconfig command export common process config tfs project.
  2. customize file similar followings:

<taskworkitems category=”microsoft.taskcategory”>       <states>       <!-->states want have<-->     </states>  </taskworkitems>

  1. run witadmin.exe importcommonprocessconfig command import customized common process config file tfs project.

please check blog detailed information on how work: http://blogs.msdn.com/b/visualstudiouk/archive/2013/01/19/adding-additional-states-onto-the-agile-task-board-in-tfs2012.aspx

be note that: states on sprint board should same states defined in wit.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -