I solved the link using this instructions:
Clickable URL on Description or any other field?
Hi, I need to have a link between Polarion and DevOps with easy clickable link if it is possible.
Im using the TFS4Polarion, and when I send the Item URL it goes as plain text to the description field.
Should I use other Field on DevOps to fill with the Polarion URL?
This is just to avoid that user on DevOps need to copy and paste the link to go back and work on Polarion.
We don't want to sync both descriptions with the task, we want to focus the source on Polarion only.
Thank you.
Azure DevOps
2 respostas
Classificar por: Mais Novo
-
Fabio Posser 0 Pontos de reputação
2026-04-29T08:30:05.3766667+00:00 -
Pravallika KV 18,850 Pontos de reputação Equipe Externa da Microsoft Moderador
2026-04-29T06:37:53.6666667+00:00 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: