tfs2015 - Is it possible to customize TFS to provide user friendly forms for registering bugs? -


i need let users register bugs similar how done in bug tracking systems.

i'd create user friendly form layout guide user. standard create new workitem interface overloaded users.

today manually through inbox , register bugs in tfs ourselves. pain. users not mark message in subject bug. need read understand user has problem. need ask them criticality level , deadlines fixing are.

it easy miss important message , process distracts main activity.

(based on having visual studio , having connected tfs in there)

in visual studio, via menu, choose tools > process editor > work item types > open wit server

edit: need install microsoft visual studio team foundation server 2015 power tools extension in visual studio gain access menu option above

you presented popup box. @ point need navigate project collection wish make changes in. once selected presented list of forms can edit. e.g. task, bug, code review etc.

if select task taken form have 3 tabs. fields, layout , workflow. here have level of customisation available.

i found couple of articles (below) around customising templates. 1 tfs 2015, other tfs 2013.

http://blogs.msdn.com/b/visualstudioalm/archive/2015/12/10/adding-a-custom-field-to-a-work-item.aspx (tfs 2015)

https://www.simple-talk.com/dotnet/visual-studio/customizing-team-foundation-server-2013/ (tfs 2013)

note: menu option open wit server make changes directly on server. there other option can make changes locally, import changes in. above way screen customise forms can take around.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -