Using TFS 2012 client C# API, I can add CheckinNotes to each commit; CheckinNotes need a suitable CheckinNoteFieldDefinition for each CheckinNoteFieldValue, or the checkin will be rejected and an exception is thrown.
How can I add additional (custom) CheckinNoteFieldDefinitions to the tfs server?
I am not really getting any useful information out of the MSDN documentation.
Related MSDN links: