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!