Hi @Fabio Posser ,
Thanks for reaching out Microsoft Q&A.
You have two main options to make it clickable without syncing full descriptions both ways:
- Let Azure Boards auto-link URLs in a Markdown field
- Make sure the URL starts with
http://orhttps://. Azure Boards will automatically render it as a clickable link in any Markdown-enabled field (Description, the long “HTML” field type, etc.). - If you need custom link text you can use Markdown syntax in the Description, for example:
[Go to Polarion item](https://polarion.mycompany.com/path/to/item)
- Push the URL as a true work-item Hyperlink instead of stuffing it into a text field
- Azure DevOps work items have a built-in “Hyperlink” link type. If your TFS4Polarion mapping pushes the Polarion URL into the work item’s relations under LinkType=“Hyperlink”, it will show up on the Links tab (and as clickable) without you having to paste it into Description.
- Most integrations let you choose a field-to-link-type mapping; point your Polarion URL to the Hyperlink relation instead of your text field.
Here are the two docs you’ll find most useful:
Reference guide for link types - shows how the Hyperlink relation works in Azure Boards:
Provide help text, hyperlinks, or web content on a work item form - shows how you can embed static hyperlinks or Markdown in field labels or standalone text: