Collections Reporting Question: Can I display all requests within a program in a project report?
In a project report, can I reference the program it lives in and display all the requests in that program even though I only have one project displaying per program? I know that using listmethod=nested(issues).lists will show me all the requests in that project but can I have a column that basically looks up one level to the program and shows all requests in the program? listmethod=nested(project.issues).lists give me the same results. listmethod=nested(program.project.issues).lists doesn't work.