Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to "order" tasks in TFS

Tags:

tfs

I'm relatively new to TFS and I've been trying to figure out how to order tasks as follows.

Task 1

Task 2 (requires that Task 1 be completed first)

Task 3 (requires that Task 1 and Task 2 be completed first)

etc

Is there a way to do this? We are using TFS 2010.

like image 302
Amanda Kitson Avatar asked Dec 02 '11 14:12

Amanda Kitson


People also ask

How do I reorder tasks in DevOps?

In task board -> Backlog Tab -> change user stories order by drag and drop -> then the order will be changed in task board.

How do I move a task from one user to another in TFS?

You just drag the task from one User Story to another.

How to change order in Azure DevOps backlog?

You can only reparent backlog items under other features, and features under other epics. Also, to change an item's priority within a group, drag the item up or down within its hierarchical group. Reordering from a portfolio backlog works the same as when you moved items into priority order on your product backlog.

What is a task in TFS?

For the Scrum TFS Process Template Task- Any work which is planned as part of development of your project, either as result of bug, or issue or requirements, including requirement analysis or development, or testing.


1 Answers

Well.. I found it.

You can specify that a task is a "Predecessor" or a "Successor" to another task, or multiple tasks when you define the link between the two.

There is some basic info about it at this location: http://msdn.microsoft.com/en-us/gg465266

like image 87
Amanda Kitson Avatar answered Dec 02 '22 00:12

Amanda Kitson