Getting status name to display in valueexpression
Hello,
I am creating an issue report with a column that should show resolving project's status name. If that does not exist, the issue's status should display instead. I got this to work, but the results show the status key (EX: CUR, CAN) instead of the actual status name that we associate with these keys.
displayname=Status
namekey=status
querysort=status
textmode=true
valueexpression=IF(ISBLANK({resolveProject}.{status}),{status},{resolveProject}.{status})
valueformat=HTML
Any insight on how to force this to show the status display name, instead of the status key, would be appreciated!