Issue Status Names Instead of Status Value
I have a calculated field on my report that is looking for issues that were opened during the last reporting period, regardless of current status. I have the output to concat the issue name and status, but I'm getting the status value instead of the status name. Any ideas how to get the status name?
My valueexpression is basically: valueexpression=IF(<verylongwindedstatement>,CONCAT("‚ñ∫ ",{name}," - ",{status})," ")
My return is showing as: <issuename> - INP or <issuename> - CLS
And what I want is: <issuename> - In Progress or <issuename> - Closed