开发者

Incoming email trigger creation of a TFS work item?

开发者 https://www.devze.com 2023-03-12 07:46 出处:网络
In TFS, we have alerts set up to send emails for specific events for work items. Is there a feature or way to have an incoming email trigger creation of a work item?

In TFS, we have alerts set up to send emails for specific events for work items.

Is there a feature or way to have an incoming email trigger creation of a work item?

This would help to log reported bugs coming from other groups in our organization.

If there's no built-in TFS feature, how could a custom component be开发者_运维百科 built to accommodate this requirement?


TFS does not have this capability built in. Please see this MSDN Forum post to have some ideas how this can be done.

You could write a little service which connects/listen to a POP3/IMAP mail account and downloads the mails. Go through the mail which needs to have a specific structure or an attachement with the information needed by the work item. Then use the Work Item Extensibility API and create a new work item.

I can imagine a second solution. Configure your Sharepoint to receive incoming mails. Route them into a document list or something and let a workflow call the WIT API.

In 2010, the TFS Work Item Tracking Object Model is what you need to interact with the TFS server to create new work items.


We use gmail and setup a 'Zap' using zapier.com. An email that comes into a particular folder in gmail is picked up by the zap and creates a bug in TFS for us automatically.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号