Description:
Currently, dashboard fields only render as plain text. When we concatenate pipeline execution URLs, the result is a string that users must copy and paste into a browser. Even attempts to format with HTML (e.g., <a href="...">) only show text, not a clickable link.
Example Use Case:
We want to create a field like “Open Pipeline” in a dashboard that directly links to the Harness execution. Today we can build the correct URL with concat(), but it’s not clickable.
Why This Matters:
Improves usability: users can quickly navigate from dashboards to pipeline executions without copy/paste.
Saves time for operations and monitoring teams.
Aligns with common BI/dashboard practices where links can be embedded for faster access.
Requested Enhancement:
Enable dashboards to render concatenated fields as clickable hyperlinks (similar to how Looker and other BI tools handle link formatting).
Created by Pedro Mastelaro
·