Introduction
Visual Studio Team Services is designed for all teams and enables them to track work, share codes and ship software. It provides many tools to support managers, architects, testers, project managers, build and documentation teams and of course developers. The service is available in many languages and It is free for teams of up to 5 users. Additional users would incur a charge. The pricing calculator is available right here.
In this post I’m going to describe one of the latest implemented features from a VSTS process customization that were completed in the first wave. This feature allows users to modify fields of existing work item types.
Step 1: Creating an Inherited Process
- Navigate to your VSTS admin panel and click on Processes button.
- On the selected process click on the three dots to open the drop down menu.
- Click on Create inherited process option.
- In the Process name field type the Name of your process.
- In the Process description field type the Description of your process.
- Click on Create Process button.
Step 2: Setting Process Security
You can set security settings for each process by creating, editing and deleting the process. This can be set by team project administrator, who will choose which processes can be inherited from and by whom.
- You’ll see your created process in the process tab. Click on the dots to open the drop down menu.
- From the drop down Menu choose option Manage processes security to set individual ACL’s for so individual users and groups can edit and delete the process.
- In the new window click on the User and on the right side of the window you will have the options for Modification of Permissions.
Step 3: Adding A New Field
- Navigate back to the Processes tab in settings area and click on Work Item Types.
- Click on Fields under Task section, to add new field to a task.
- Click on New Field button.
- In new window define the New Fields parameters. In this example, I will add a field for of a task.
- Click on Add Field button.
Step 4: Adding custom fields to existing work item
In this step I’m going to show you, how we will add the field that was created in previous steps to a task.
- Navigate back to your Board and open a task. In the upper right corner click on the three dots, to open the drop down menu.
- From the drop down menu, choose the customize option.
- In the new window in the upper left corner choose the process that was created in previous steps .
- Navigate to Task and click on it.
- From the menu click on Fields.
- In the right window scroll down to previous created Field, which has in this case the name . Click on the dots to open the drop down menu.
- From the drop down menu click on Edit to define parameters of new field.
- In the new window you will have the chance to specify the Definition, Options and Layout. The most important is Layout, so click on that field.
- On the right side you will have the chance to define the exact layout of the new filed. You can correct the Label Name and chose the Layout of new Field in task
Conclusion
These new features are really useful and they were implemented to improve user experience and design. In next month’s we can expect even more fantastic work from the VSTS team which should allow users to create custom work item types that can be used on the backlog, to share custom fields between different processes and improvements for custom states. I’m sure that we can expect some other great features too.