Audit History report for DNG module using RPE
I need to generate an audit history report for an entire module of requirements at a time.
The current Audit History report in DNG allows the user to select artifacts, but not the entire module.
I could not select the artifacts from several pages of the list either.
Has anyone successfully created an RPE template to collect the requirements with the audit history from the entire module and produced a single report?
Any help is appreciated.
3 answers
As you can see, audithistory.dta is designed to print audit history for any resource. If you want to print audit history for all resources (artifacts) in the module, you need to add both modules and _resources schema in RPE template. Start from modules data source and dynamically configure _resources data source.
Note: you must append "&history=true" to _resources URI.
From _resources data source, you can get the history details by adding the query dataSource/artifact/aggregatedContent/history/changeLog.
Thank you for the tutorial. I am trying to follow along, but seem to have an issue with the schema in dataSource/artifact/aggregratedContent