Hi there,
I want to display images in Work Item descriptin field. For that I throught I add images as attachment (Field: Attachment) to Work Item.
In TFS2012 that I use there is a Description field which displays HTML.
Here I found out that I can insert <a> tags with href param to show clickable links. If I write <img src="..." /> I can display images.
The image should be displayed like in this tutorial descripted: http://msmvps.com/blogs/vstsblog/archive/2008/08/09/using-images-in-description-fields.aspx
By adding an image I can not find out which url does a attachment of a work item has that I can directly show it in Work Item Description field.
Is there a solution for that?