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.
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:
- run witadmin.exe exportcommonprocessconfig command export common process config tfs project.
- customize file similar followings:
<taskworkitems category=”microsoft.taskcategory”> <states> <!-->states want have<--> </states> </taskworkitems>
- 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
Post a Comment