URL link for notes on objects | Community
Skip to main content
New Participant
September 12, 2025
Question

URL link for notes on objects

  • September 12, 2025
  • 1 reply
  • 583 views

Does anyone know if the API has a direct URL link to any note/comment made on objects such as projects, issues, documents or tasks? I see that on all comments now, there is a "copy link" option next to the note in the threads but cant seem to place which API code that goes with. I can recreate a note URL using a CONCAT expression in a report but when added to a report it shows the full url text, and while it is a hyperlink it is very long and not report friendly. What I want to show is a shorter text like "Link to comment, that hyperlinks to the note's URL. 

1 reply

Madalyn_Destafney
New Participant
September 12, 2025

Under the Note object in API Explorer, there's 'html' - try that? Not seeing anything else under Note that looks link related.

  • Field Name: html
  • Flags: 
    • DYNAMIC (DYNAMIC)
    • NOT_GROUPABLE (NOT_GROUPABLE)
    • AUTO_LOAD (AUTO_LOAD)
  • Field Type: string
If this helped you, please mark correct to help others : )
BrookeSt1Author
New Participant
September 15, 2025

Thanks, but it looks like the html field provides the richtext code of the comment rather than the URL to the comment's location.