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 :)
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.