Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add MyActivity to Activity Picklist for Capacity Planning in Azure Devops Services

enter image description here

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

like image 945
Anakooter Avatar asked Nov 07 '22 22:11

Anakooter


1 Answers

You need to edit the process that your project uses.

  1. Make sure your process is editable. Here is an article on how to customize your process

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

  3. Add existing field called 'Activity' to one of your work item pages

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

like image 198
Georgy Bolyuba Avatar answered Nov 11 '22 09:11

Georgy Bolyuba