How to display a work item attribute value as a live URL
I have a String attribute where the work item creator will be placing a URL to some referenced web page. I'd like to have it display on the work item page as a link that people can click on to follow. Otherwise they'll have to tediously select, copy, then paste into a browser. Is that possible? Ideally I was hoping to see a "url" type for the editor presentation but perhaps there is some way?
5 answers
Hi
You could try to use an attribute of type Small HTML and the according presentation. Similar to what is available in the description field, URIs will be detected and clickable.
Another approach would be to use 'Related Artifacts' references (e.g. in Quick Information or on the Links tab), where you can enter a URI and a comment (description) for each link.
Regards
Marcel
Jazz Work Item team
You could try to use an attribute of type Small HTML and the according presentation. Similar to what is available in the description field, URIs will be detected and clickable.
Another approach would be to use 'Related Artifacts' references (e.g. in Quick Information or on the Links tab), where you can enter a URI and a comment (description) for each link.
Regards
Marcel
Jazz Work Item team
Hi,
This is a really useful tip. Is it possible to put other URIs in there other than http? For example, I'd like to link to documents in a Notes database, using the Notes URI, such Notes://D06DBL45/xxxxxx. Is this possible? Is there anywhere to define the application that is launched resolve URIs?
Thanks,
Kieron
This is a really useful tip. Is it possible to put other URIs in there other than http? For example, I'd like to link to documents in a Notes database, using the Notes URI, such Notes://D06DBL45/xxxxxx. Is this possible? Is there anywhere to define the application that is launched resolve URIs?
Thanks,
Kieron
Hi Kieron
Links in the form of abc://cde are detected, this includes notes links. If there is no special hyperlink handler in jazz (e.g. for a link pointing to a work item), the link is passed to the operating system to launch. This works fine in most cases.
Regards
Marcel
Jazz Work Item team
Links in the form of abc://cde are detected, this includes notes links. If there is no special hyperlink handler in jazz (e.g. for a link pointing to a work item), the link is passed to the operating system to launch. This works fine in most cases.
Regards
Marcel
Jazz Work Item team
Comments
Thanks a bunch, Marcel.
We add links to a network shared dir simply usingĀ file://server/shared_dir. Links in the form \server\shared_dir are not detected by RTC.
Hi
You could try to use an attribute of type Small HTML and the according presentation. Similar to what is available in the description field, URIs will be detected and clickable.
Another approach would be to use 'Related Artifacts' references (e.g. in Quick Information or on the Links tab), where you can enter a URI and a comment (description) for each link.
Regards
Marcel
Jazz Work Item team
This seems to be what I want as well. I have a attribute/presentation of type Small HTML, however, the generated URL that is posted to the attribute is not displayed as a live hyperlink. I thought to try the Related Artifacts tip but I am not sure of the mechanics of doing so. I searched around for instructions and could not find any. Any guidance is appreciated.