Collections Reporting Question: Can I display all requests within a program in a project report? | Community
Skip to main content
Level 2
August 23, 2024
Question

Collections Reporting Question: Can I display all requests within a program in a project report?

  • August 23, 2024
  • 1 reply
  • 515 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Madalyn_Destafney
Community Advisor
Community Advisor
August 29, 2024

Not sure I'm fully understanding but I think you want to see all issues by project and program?

You could do an issue report and jump up to program with simple text mode. Here is an issue report with a grouping for project then program, of course you could reverse these if you want by program then project. And of course you'll add any filters needed to only pull in the issues/programs you're looking for.

 

group.0.iscollapsed=true
group.0.linkedname=project
group.0.name=
group.0.namekeyargkey.0=project
group.0.namekeyargkey.1=name
group.0.valuefield=project:name
group.0.valueformat=string
group.1.iscollapsed=true
group.1.linkedname=project
group.1.name=
group.1.namekeyargkey.0=project
group.1.valuefield=project:program:name
group.1.valueformat=HTML
textmode=true

If this helped you, please mark correct to help others : )
KatieHo13Author
Level 2
September 3, 2024

Thank you, Madalyn. I know it's a bit complicated :). I don't want to do an issue report, because I essentially want to list all our Active Programs whether or not there are any issues in the projects within those Programs. Essentially I want one line per Program and a column for all the nested issues in that Program.