4

I've researched about how to send e-mails when build fails, but I only found personal options for this issue, changing my alerts configuration.

I want to send e-mails to users signed in the project. How can I configure this in my project configurations?

PS.: I'm using TFS from Visual studio 2013

John Saunders
  • 160,644
  • 26
  • 247
  • 397
guisantogui
  • 4,017
  • 9
  • 49
  • 93

4 Answers4

4

When you're creating an alert in TFS 2013, you must specify the scope that the alert sites at ("Me" or "Team"). In TFS 2013, each Team Project will have a default team, so you can set the alert to be that specific team's alert, or a sub-team if you only want the alert to go to a subset of the overall Team Project. When you are configuring the alert in the alerts explorer, hit the Subscriber drop-down in the top right, and choose the appropriate team.

Change scope of alert in TFS 2013

James Tupper
  • 1,270
  • 8
  • 16
1

This may already be the site you found: http://msdn.microsoft.com/en-us/library/ms181725.aspx (sorry if this isn't what you're asking)

I have some alerts set up to be sent to myself and a few other individuals. And other alerts go to a larger distribution list.

drumallday
  • 31
  • 3
  • The problem is not my personal configuration, I want to make my project send e-mails to envolved users – guisantogui Jan 31 '14 at 15:58
  • 1
    Even though you are logged in as yourself, you can still create alerts that are sent to more than just yourself, I believe. – drumallday Feb 06 '14 at 18:10
1

Go to the control panel of your TFS project. It's the same url as your TFS project page which ends with "_admin" (http://yourtfsserver:8080/.../.../projectname/_admin)

Click on the "Alerts" tab. From the left side pane open the "ProjectName Team Alerts" item and select the "Build Alerts". On the main frame you'll find the query options to build team wide build alerts.

Hope this solves your problem.

Montag451
  • 1,168
  • 3
  • 14
  • 30
0

As an alternative you may use ccTray: http://www.cruisecontrolnet.org/projects/ccnet

Perhaps you will manage to configure it with the help of this stack: Does TFS have anything like CCTray for Build Notifications?

Community
  • 1
  • 1
Tiberiu C.
  • 3,365
  • 1
  • 30
  • 38