tfs2010 - TFS 2010 Can we set workflow for a work item field other than "State" field -


my requirement below .

1) items have ‘step’ field value of “code review” , ‘test group’ field value “uat only”, selection in ‘step’ field drop down “code review”, “unit test”, or “uat”

2) items have ‘step’ field value of “code review” , ‘test group’ field value “sit , uat”, selection in ‘step’ field drop down “code review”, “unit test”, or “sit”

both "step" , "test group" user defined field. how acheive above scenario. can set workflow uder defined field "step"

that sounds new sequence of items. start if step environment. add activities particular environment. workflow complex.

this decent article on how this.

(blog discussion items: overview; default template vs. upgrade template; template parameters. multiple build definitions using 1 template)

http://blogs.msdn.com/b/brandonhawbaker/archive/2011/03/25/team-foundation-server-2010-team-build-workflow.aspx

expect spend lot of time on this. if have never done before it's hell of learning curve... know went though it.

note: going have create custom activities or build valuables of own suggest u start article

then move one. http://msdn.microsoft.com/en-us/library/dd647551.aspx

keep looking around ms blogs there no easy solution request.

good luck.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -