Is there a way to fully display the Resolve Project Status (instead of the status abbreviation) in a combined column on an issue report?
We'd like to combine two data elements in a single column, displaying the Resolve Project Status. In a combined column, the project status is abbreviated. Can we override the abbreviation?

Combined column text:
column.6.displayname=Status
column.6.llinkedname=
column.6.makeFieldEditable=false
column.6.namekeyargkey.0=resolveProject
column.6.namekeyargkey.1=status
column.6.querysort=resolveProject
column.6.sharecol=true
column.6.textmode=true
column.6.valueexpression=IF({resolvingObjCode}="PROJ",{resolveProject}.{status},"")
column.6.valuefield=resolveProject:status
column.6.valueformat=HTML
column.7.Column=Preview
column.7.sharecol=true
column.7.textmode=true
column.7.value=<br>
column.7.valueformat=HTML
column.7.width=1
column.8.displayname=Status
column.8.llinkedname=
column.8.makeFieldEditable=false
column.8.namekeyargkey.0=resolveProject
column.8.namekeyargkey.1=status
column.8.querysort=resolveProject
column.8.textmode=true
column.8.valueexpression=IF({resolvingObjCode}="PROJ","",{status})
column.8.valuefield=name
column.8.valueformat=HTML