Storing knowledge in the team creation server

We use Team Foundation Server. I was wondering if it is possible to store knowledge in any form in TFS. For example, if someone resolves an error, it would be nice to document the solution and make it available / accessible to others (also in other team projects). The solution may indeed be applicable in other contexts.

We also use Sharepoint, so integration of these two is possible.

+6
source share
1 answer

For information localized at the workplace (say, a screenshot for an error, etc.), linking this data directly to the work item is the way to go. For data whose lifespan exceeds its lifetime (knowledge base material, current documentation, etc.), consider sharepoint.

So, for your example, if a defect had some data that was localized and did not have a real long-term value, you will leave it in the workplace for historical reasons, but if it has a longer-term value, consider connecting it with Sharepoint (wiki or some other document) and, possibly, adding a link between the error (or another work item) and the sharepoint article (do this using the hyperlink link type).

Another option to search for some of these workitem related notes would be to use an extension (i.e. http://visualstudiogallery.msdn.microsoft.com/3f31bfff-5ecb-4e05-8356-04815851b8e7/ ), but IMO for material with long-term value, Sharepoint makes a lot more sense.

+6
source

Source: https://habr.com/ru/post/920297/


All Articles