The issue tracking list has a feature that allows SharePoint to send an e-mail when an issue is assigned to a person. In order to enable this feature, follow these steps:
- Make sure that you have defined an outgoing SMTP server for your SharePoint farm. In order to do this, go to Central Administration web site, select “System Settings –> Configure outgoing e-mail settings” and specify the value of your SMTP server.
- Go to list settings by selecting and select “Advanced Settings”.
- In the “E-Mail Notification” section option “Send e-mail when ownership is assigned?”, select “Yes”.
That’s it! You can now create an item in your issue tracking list and when it will be assigned to a user, SharePoint system will send an e-mail notification.
Note: The e-mail feature of Issue Tracking list is dependent on “IssueTrackingWorkflow” feature. If for any reason, your issue tracking list is not sending e-mail notifications, activate this feature for your site collection by issuing the following command:
stsadm -o activatefeature -name "IssueTrackingWorkflow" -url http://<sharepoint_site_url>
The PowerShell command to activate this feature is provided below. Make sure to run it in SharePoint 2010 Management Shell.
Enable-SPFeature "IssueTrackingWorkflow" -Url http://<sharepoint_site_url>
The stsadm has been deprecated in Sharepoint 2010. Do you have the powershell solution for this?
ReplyDeleteI have updated the article and the PowerShell command has been added :)
DeleteI have followed all of these steps and run the powershell command and the email is still not working. Any ideas?
ReplyDeleteThanks!
Did you check configuration of your SMTP server? Are you receiving alerts from your SharePoint site? Pleae let me know.
DeleteHi Nauman,
Deletei am facing the same issue not on all site collections, only few site collection having issues.
from this site collection i am receiving alerts and permission alerts, but not Assigned to Email. Any idea ?
Did you confirm that the "IssueTrackingWorkflow" feature is enabled? Also, make sure that the "Microsoft SharePoint Foundation Workflow Timer Service" service is started?
DeleteThanks,
Nauman.
Facing same issue
Deletereceiving alerts and permission alerts, but not Assigned to Email. Any idea ?
PKG: Did you check if the feature is activated?
Delete