Hi,
Well I believe this post is going to be fancy, but yet quite productive one.
In a team where the members are over-burdened with task, and yet they are asked to create TFS work-items for each relevant email which has the associated task for them. They kinda not happy with the effort and wish if there was a kind of integration available from outlook to TFS, and this is what this post outlines…
Well in this post I will demonstrate using the VSTO office add-in technique.
Here create a form based application for the users, which ask the meta data for the work item (whether its a big, severity, priority and more), then it extracts the active mail subject as title of the work-item , and the body of the mail as the body of the work item. And rest the below image can speak out loud its functionality:
- This VSTO add-in created a button in the outlook home tool bar
- Once the active email is selected in the outlook explorer, clicking on the above button will bring up the following screen, where one can select the necessary work item parameter
- Then upon cliking the save and close button the applcication uses TFS code to create the neccesary work item in the portal and provides us with the ID of the newly created
- Then this newly created work item can be verified in the portal, along with the necessary attachments in the email
The source code of the above is attached with this post for further digging in, and providing the necessary details.
Note: The following configuration needs to be completed for the add-in to leverage the TFS user personal token
Authenticate access with personal access tokens for VSTS and TFS
And the application app.config needs to be edited for each user using the tool:
Hope the helps.
I am not able to connect to TFS after downloading and building the project. The add-in got automatically installed in the outlook. It i showing the pop-up of TFS Work Item Information but after giving all the inputs it is not communicating to tfs
I also updated the username, usertoken, project and url too but is doing nothing.
Would you please suggest me what to do and how to debug this.
Thanks
Hi
I want to know the code if we are using TFS 2013 as there is no token generated in tfs 2013 so how can we connect to it.
Thanks
The code I have posted is used to connect to TFS Online (VSTS) via personal token generated.
You can alter the source code of the project, to migrate the authentication connecting to TFS 2013 on-prem using the following techniques mentioned in the post
https://stackoverflow.com/questions/3150260/how-do-you-connect-to-a-tfs-server-in-c-sharp-using-specific-credentials
Hope it helps.
hey amol thanks a lot for this. i have added some features like being able to select more than one tfs, images preview and updating the items.
check this please.
https://github.com/maratbakirov/outlooktfsconnector
thanks a lot!