RPE and DNG: Get filter details from a project view
Using RPE 7.0.1
DNG - 6.0.6.1
I have a working RPE template that reports on all the artifacts in a given project view.
The view name is supplied in the .dsx file.
This works correctly.
The view contains a filter in DNG.
Is it possible to get the filter detail with RPE.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Are you suppying view name in .dsx or the views URL (as mentioned in https://jazz.net/wiki/bin/view/Main/DNGModuleViewExternalRequest)?
AFAIK this isn't possible. There is an OSLC query capability in the project/component services.xml for resourceType http://jazz.net/ns/rm/dng/view#View and this returns all the views URI, name, description, scope and the module it is defined in - don't know if RPE could get this, maybe you could manually maintain the description of the view to describe the details of the view filter?