Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Values available in Microsoft.VSTS.Actions

Tags:

tfs

I'm setting up a new workflow for a work item in TFS 2012. I've used the Microsoft Visual Studio Scrum 2.2 process template as the base. I'm adding some transitions and want to add an action similar to work completed/finished to one of them. I might also like to change some of the other actions, but I haven't been able to find a list of the options available anywhere. I know that it's possible to use my own actions, but I would like to know what Microsoft provide.

Do you know where there is a list?

like image 993
lappy Avatar asked Nov 12 '22 17:11

lappy


1 Answers

Up to TFS 2010 Microsoft.VSTS.Actions.Checkin was the only supported action out of the box. From TFS 2012 Microsoft.VSTS.Actions.StartWork and Microsoft.VSTS.Actions.StopWork added to support capturing work item transitions from in progress to stopped and vice versa.

  • Configuration Changes Made to Add New Features

  • Update Your Agile Team Project to Support Additional Functionality After You Upgrade from TFS 2010 to TFS11 Beta

like image 67
KMoraz Avatar answered Dec 24 '22 02:12

KMoraz