c# - TFS : How to identify it's system or custom field for the work item type template? -


in tfs, how identify field of work item custom (user created) or system (by default come template)? need know way using c# , tfs explorer also.

it not possible in existing system determine field comes shipped templates , 1 have added later out of gate. way downloading templates server, crack open zip file , scan work item type xml's.

in new world of process customization available in vs team services (the cloud version) , ship on-prem, able to. , have proper rest api support. options limited.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -