TFS 2015 - can I auto-generate tasks for certain work item types

235 views Asked by At

In TFS 2015 are using a customised Scrum template for our current projects. For certain work item types, there will always be certain tasks that will be added, e.g. Write test case and Test & confirm done.

Can we customise the project template further so that when a User Story (for example) is added, those tasks will get auto-generated too? How is this done?

Many thanks :)

1

There are 1 answers

2
ds19 On

You can add those tasks by using a server event handler for the WorkItemChangedEventHandler event. You can find here how to write this kind of plugin.