Collecting User Feedback using HockeyApp and tracking them in Visual Studio Team Services

Collecting User Feedback using HockeyApp and tracking them in Visual Studio Team Services

We can use HockeyApp to create bugs for crash reports and track feedback using Visual Studio Team Services.   In one of our previous post we have discussed about Tracking Bug with HockeyApp for Universal Windows Apps .  In this post let’s have a quick look on how to track user feedbacks and tracking them as task in VSTS.  we can use the feedback feature for any app deployed app in HockeyApp .  While HockeyApp manages all the feedback as discussion in the Web Portal, We can track them in TFS as well and assign it to respective developer for work on further.

While Configuring Visual Studio Team Services for BugTracker make sure you are also selecting “Feedback”.

Track Feedback
Track Feedback

 

If if you missed this selection at first change, you can always go ahead and update it by following same steps. Once the settings is updated, you will get following notification.

Track Feedback

Must Read : Deploying Your Universal Windows Apps to HockeyApp using VSTS Build vNext

Now on, any feedback submitted by any of the app user, would  be tracked in TFS as Task.

Submit Feedback
Submit Feedback

Following image shows the tracked feedback as a Task.

Feedback Tracked as VSTS Task

Also, side by side all the information tracked and maintained inside HockeyApp Portal as well.

Tacking Feedback In HockeyApp

Hope this helps

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

2 Comments to “Collecting User Feedback using HockeyApp and tracking them in Visual Studio Team Services”

Comments are closed.