Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

URL link for notes on objects

Avatar

Level 3

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. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

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 : )

Avatar

Level 3

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