Fetch TER Result Owner Name in RPE-RQM report
Right now , I am able to fetch User ID information for TER Result owner. Since our environment is LDAP configured , and User ID equals Email id..RPE prints the email id's of the TER owner. I would like to fetch the user names. I know the user names are stored in the 'Contributor' element, but not sure how to user it in RPE.
How do I use the contributor and query to fetch User Names ? Appreciate your help |
One answer
In RQM 4.0.3+, you can query the contributor feed using the contributor ID (see https://jazz.net/wiki/bin/view/Main/RqmApi#SupportedFieldsResources):
<feedUrl>?fields=feed/entry/content/contributor[
userid=<user ID>]/*
|
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.