I see that is possible to Create a custom link type however this seems to be restricted to work relationships, I would like instead to define a link to a an external resource, is this possible?
Background
I would like to develop a TFS extension that will allow TFS Work Items to be linked to TeamCity builds, similar to the way it is described by Automatic linking work items to builds for TFS Builds.
Specifically I would like to create a new type of external link and write a plugin that supports entering a TeamCity build id and display the build number, status, date & time and link on the TFS Work Item.
This link type would allow a user to enter the TeamCity build id (or url) on the Work Item form as well as allow third party applications to add/remove this type of links pro grammatically via API calls.