List all Open Issues in an Issue Report
Our status reports are custom forms that go on issues, and then we use an issue report to pull the custom fields. I also have a field on the report that shows a count of all open issues, but I wanted to change this to show a list of all open issues (the names). I have a piece of text mode code that does this on project reports, but I can't get it to work on an issue report. I'm pretty sure I'm missing a link somewhere. Can anyone help?
displayname=Open Issues
listdelimiter=<p>
listmethod=nested(issues).lists
textmode=true
type=iterate
valueexpression=IF(ISBLANK({actualCompletionDate}),{name}," ")
valueformat=HTML