Reputation: 327
How can I add a new activity type to this list while doing capacity planning in Azure Devops?
Please note that I am NOT using on-prem hosted version rather using the cloud services
Also, please don't direct me to this question as it only addresses how to add a custom field to replace activity field in a work item only. How to add a new Activity type to the Task work item in VSTS
My question is strictly for Capacity Planning picklist for cloud hosted Azure Devops
Upvotes: 5
Views: 3667
Reputation: 8541
You need to edit the process that your project uses.
Make sure your process is editable. Here is an article on how to customize your process
Once you can edit your process, open the issue type your process uses for Iteration backlog (Tasks usually). Same should work for Requirement backlog (User Story for Agile, for example)
Add existing field called 'Activity' to one of your work item pages
Now you should be able to edit this field: add, remove whatever you need in the list of possible values
After you save the list of possible values for Activity field, the drop down you refering to should have the combined list (items from Requirement backlog and Iteration backlog levels, i.e. from User Stories and Tasks, for example).
Upvotes: 2
Reputation: 59035
The reason the workaround given in that other question is to create a new field is because you can't change the existing field. Thus, the answer is "you can't add a new activity type to the capacity planning view".
Upvotes: -1