RE: Requirements summarized in a custom report

Jenni Wilms, modified 1 Year ago.

Requirements summarized in a custom report

Youngling Posts: 6 Join Date: 7/11/19 Recent Posts
Dear Support,
is it possible to summarize all requirements, defined for a project, including the description within a custom report?
I could not find any parameters therefor in the documentation.

Thank you and best regards,
Jenni
thumbnail
Torsten Stolpmann, modified 1 Year ago.

RE: Requirements summarized in a custom report

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Dear Jenni,

Yes this is possible. You should find a sample for this in the "Requirement Overview" section of the predefined "Issue Report" custom report.

​Please let me know if you find anything missing or have additional questions.

Best regards,
Torsten
Jenni Wilms, modified 1 Year ago.

RE: Requirements summarized in a custom report

Youngling Posts: 6 Join Date: 7/11/19 Recent Posts
Dear Torsten,
many thanks. Maybe I am blind. I could find the testcases and issues linked to the requirements, but a only list with requirements defined in Klaros with description text not 

Best regards,
Jenni
thumbnail
Torsten Stolpmann, modified 1 Year ago.

RE: Requirements summarized in a custom report

Jedi Council Member Posts: 755 Join Date: 2/12/09 Recent Posts
Sorry my bad - I was clearly mislead by the title. This part of the report only lists the assigned test cases and their issues per requirement.

If you already have the KlarosConfiguration object of your project at hand, the easiest way t​​​​o get to the list of requirements is a call to the getRequirements() method, returning a list of all requirements in this project. Please make sure, that you only list requirements where requirement.isActive() is returning true.

I hope this gets you started. If not please feel free to follow up.

Best regards,

Torsten