Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Show issue or project name in valueexpression while retaining direct link to object

Avatar

Level 7

Hello,

I am creating an issue report with a column that should show the resolving project's name, if the issue has a resolving project. Otherwise, the issue name should display.

This formula seems to work, but strips out the hyperlink to the issue/resolving project:

displayname=Project or Issue Name

textmode=true

valueexpression=IF(ISBLANK({resolveProject}.{name}),{name},{resolveProject}.{name})

valueformat=HTML

Is there a way to display this information while still retaining the hyperlinks? Thanks!

0 Replies