I installed Microsoft Visual Studio Scrum 1.0 on my pc and I am going to upload it to my TFS. Should I install this on every copy of visual studio that connect to this TFS?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you upload the Scrum Template to the TFS, the template definition (all artifacts of the template, e.q. Workitemtypes etc) are persisted at projectcollection level in the database.
If you create a project with the uploaded template, the project and all its definition is stored in the TFS database for the project.
Your clients (VS) than displays the workitem in the format definied in the process template from the TFS database.
So, No you dont have to install the templates on every client.