GT.
GT.

Reputation: 571

Adding TFS add-in into Teams

We have TFS 2015 (on-premise) and Microsoft Teams in the cloud.

I am trying to find the TFS plug-in (all I can see is Azure DevOps) and want to be able to show TFS information inside of Teams.

I see lots of articles on how this use to work? But can't find it in my list of plugins to add into the system.

Is there something we need to do at a server level?

Thanks

Upvotes: 4

Views: 3797

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51103

There is an official extension-- Microsoft Teams Integration.

With using this, you are able to see activity about your Azure DevOps or Team Foundation Server projects directly in your Microsoft Teams channel, for example:

  • Work item updates
  • Pull requests
  • Code commits
  • Builds
  • Release deployments and approvals
  • Work item updates
  • Azure DevOps Kanban board

However, as the link declare clearly, it only work with Team Foundation Server 2017 Update 2 and above. It's not able to do this with TFS2015. You need to upgrade your TFS version. With higher version, you could also get more released new features in TFS.

enter image description here

Upvotes: 4

Related Questions