Expand my Community achievements bar.

Project URL on Task Report

Avatar

Level 2
Hello, I need help pulling in the Project URL on a task report. Based on a "https://one.workfront.com/s/question/0D50z00006Px4JsCAJ/">previous, similar question , I am using the following custom text: displayname=Project URL textmode=true valueexpression=CONCAT("https://yourinstancename.my.workfront.com/project/view?ID=",{ID}) valueformat=HTML However, this brings in the TASK ID, not the PROJECT ID. Using {project:ID} doesn't seem to work. Any tips? Thanks! Alexi Glines iProspect
Topics

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

3 Replies

Avatar

Level 7
Try this...I just tested this out in my instance, and it worked. displayname=Project URL textmode=true valueexpression=CONCAT("https://yourinstancename.my.workfront.com/project/view?ID=", {projectID} ) valueformat=HTML Terry Hynd EBSCO Information Services

Avatar

Level 2
Hi Terry, I knew I was probably missing something obvious - thanks for the quick reply. That worked! Alexi Glines iProspect

Avatar

Level 10
Something to remember for the future... when referencing another object in valueexpression, you don't use the colon. So like if you wanted project name, it would be {project}.{name} (Project ID is special because that is stored on the task object type itself.) The only time you use the colon is for valuefield or if you have a custom field like {project}.{DE:Custom Field Name} Hope that helps. Anthony Imgrund FCB