1

To help my company better adopt using TFS i'd like to see if a custom web page could be made so the end user has no idea they're entering a bug into TFS. They find the TFS2012 web based GUI confusing. They are business users and able to write out a problem in a web app, the reproduction steps and expected result but they always forget to set certain fields which makes their entries not show up in my query.

I figured creating a custom web page that inserts the bug into TFS would help. Anyone know if this is possible?

rene
  • 41,474
  • 78
  • 114
  • 152
user532679
  • 65
  • 1
  • 1
  • 3

1 Answers1

1

You need to develop a web page which uses TFS API to create a bug. Please see below link which has sample code to create bugs using API.

http://social.technet.microsoft.com/wiki/contents/articles/3280.tfs-2010-api-create-workitems-bugs.aspx

Jehan33
  • 3,780
  • 2
  • 21
  • 16