How to create a custom field of type URL in RTC?
2 answers
Hello Guislain,
URL typed custom attribute will be addressed with URI type custom attribute (90151)
For now, you may use HTML attribute.
Thanks.
Eric.
We tried to use an HTML attribute with some HTML injection to be able to add description to URL:
[a href="https://localhost/jazz/web/"]Login to Jazz repository[/a]
On Eclipse UI we can see the attribute as expected, so the trick works! :P
Sadly, on web UI the HTML content is not parsed and we got only the raw HTML.
Cheers.