Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add Activities to Activity Dropdown in Task Work Item

Tags:

tfs-workitem

Is there a way to modify the values that are currently in the Activity dropdown for a Task work item? Here's the current list:

  • Deployment
  • Design
  • Development
  • Documentation
  • Testing
  • Requirements
like image 932
beaudetious Avatar asked May 29 '12 20:05

beaudetious


People also ask

How do I add an activity to TFS?

Click the inherited process (myagile) -> Task -> New field ->cCreate the field Activity1 with picklist(string) type -> add values as system Activity field has (Deployment, Design, Development, Documentation, Requirements and Testing) -> add the new value you want to add (such as MyActivity) -> Layout Tab -> Change the ...

What are the work item types available in azure boards?

The work item types available are based on the process used when your project was created—Agile, Basic, Scrum, or CMMI—as illustrated in the following images. The items in your backlog might be called user stories (agile), issues (Basic), product backlog items (Scrum), or requirements (CMMI).

How do I add a Task to Azure DevOps user story?

You can add tasks from the sprint Backlog or Taskboard. From the Backlog view, choose the plus icon to add a new task. Fill out the form as described in the next section. Another option, is to open Taskboard, and add tasks as cards.


1 Answers

Sure, you have to edit the Process Template or the Work Item type of the existing Team Project you want to change.

This article gives you information about how to edit a Process Template.

If you want to edit the Work Item of an existing team project is almost the same process, only the start is different as you have to select this command:

enter image description here

Once your Task Work Item Type is selected, double-click on the Activity field in the Fields tab.

enter image description here

Then in the windows that opens, go to the "Rules" tab and double-clik on the "SUGGESTEDVALUE" line.

enter image description here

Then change the lines you want. enter image description here

Finally save the Work Item type, if you're from the process template then follow the procedure told in the article, if you're from the Work Item in an existing Team Project, you just have to save for the change to be effective.

BUT, beware (for the existing Team Project case) that if some Work Items already exist in your Team Project that use a value you removed, these ones will generate an error the next time you'll edit them. You'll have to change the value of the Activity field to an existing one if you want the Work Item to be save-able.

like image 72
Nock Avatar answered Oct 19 '22 19:10

Nock