Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Avatar

Level 8

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