Show issue or project name in valueexpression while retaining direct link to object | Community
Skip to main content
Level 4
April 27, 2020
Question

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

  • April 27, 2020
  • 0 replies
  • 329 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.