How do I configure an RPE template such that the input variable is a DNG Artifact ID
I have a custom RPE template that is used for producing a detailed report about a specific artifact and others linked to it.
Currently the RPE Datasource configuration has to be of the standard form that point to the resourceURI. (i.e the field at the end _kUVRooRBEeicJ8QIcHFuyQ)
For my more basic DOORS NG users I want to be able to configure the template such that they only have to enter the DOORS NG ID into the report
|
One answer
This can be done using a Data Source Configuration element at the beginning of the template. You can first store DNG Artifact ID and its resource URI for all artifacts (in the module or in the projectArea).
https://server:port/rm/publish/resources?moduleURI=module1 OR
https://server:port/rm/publish/resources?projectName=project1
As user inputs the artifact ID, you can set the URI for the Data Source Configuration element using Script Expression.
|
Your answer
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.