Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to link work items across projects in TFS

Tags:

tfs

In Team Foundation Server is there a way to have work items in one project linked to other projects so they show up in the reports in both. We are thinking about keeping release engineering items in their own project and want them linked to the project they are actaully for as well. Is this possible? So for instance I would create the item under release engineering assign it to an engineer and then link it to Product X so it showed up as a work item for Project X as well.

like image 359
Alex Avatar asked Oct 27 '08 20:10

Alex


2 Answers

This is possible in TFS 2010 at least: link tfs work item to different project

Not sure on the effects on reporting though.

like image 98
Matt Mitchell Avatar answered Oct 26 '22 07:10

Matt Mitchell


Not out of the box as projects are discrete. However there is nothing to stop you from writing against the API to fulfill this need, although this would take some considerable work.

Now for the good news. If you keep your eyes here, you may find the answer in time. As I see cross project reports are planned in Rosario

like image 26
dove Avatar answered Oct 26 '22 09:10

dove