Can RPE be used to report on XML from a CLM app?
Fred Bickford (28●18●32)
| asked Jun 14 '17, 11:28 a.m.
JAZZ DEVELOPER retagged Jan 23 '18, 6:44 a.m. by Minakshi Jaint (511●3) I have some XML based response from CLM app servers that I would like to report on (example)
https://servername:9443/rm/process/project-areas/_1rZ30EVCEeeqWJpp87rV7Q /members
output like:
jp06:members xmlns:jp06="http://jazz.net/xmlns/prod/jazz/process/0.6/" xmlns:jp="http://jazz.net/xmlns/prod/jazz/process/1.0/" jp:total-members="7">
<jp06:member>
<jp06:url>
</jp06:url>
<jp06:user-url>https://ServerName:9443/jts/users/al</jp06:user-url>
<jp06:role-assignments-url>
https://ServerName:9443/rm/process/project-areas/_1rZ30EVCEeeqWJpp87rV7Q/members/al/role-assignments
</jp06:role-assignments-url>
<jp06:role-assignments>
<jp06:role-assignment>
<jp06:url>
</jp06:url>
<jp06:role-url>
</jp06:role-url>
</jp06:role-assignment>
<jp06:role-assignment>
<jp06:url>
</jp06:url>
<jp06:role-url>
</jp06:role-url>
</jp06:role-assignment>
</jp06:role-assignments>
I am curious for any documentation or pointers on generating my own document spec so I can execute a report to pull in the data and lay it out as needed
|
One answer
Hi Fred,
|
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.