How to fetch custom contributor value in RPE
Hi,
I am trying to fetch two custom contributor values, one is named as Assigned To SR and other another one is named as Assigned To ER.
I used workitem/workItem/allextensions as a query to the container and workitem/workItem/allextensions/value as a value to the text.
I filered by displayName=="Assign To SR" and for second contributor displayName=="Assign To ER".
But when I run the report, It is not printed.
Can anyone pls help me in finding a way to resolve this issue.
Thanks and Regards,
Meghana
|
Accepted answer
You can either use the query workitem/workItem/itemExtensions or workitem/workItem/allExtensions. If you are using workitem/workItem/itemExtensions query, workitem/workItem/itemExtensions/value/itemId will give the itemId for the contributor, that can be used in the (native) filter for the 2nd request. For the Data Source Configuration, you can set URI property that evaluates to https://server:port/ccm/rpt/repository/foundation
You can find the screen grab of template in the following discussion thread:
meghana kaddu selected this answer as the correct answer
|
2 other answers
Hi Subramanya,
Thanks a lot!!! It worked and report got generated successfully.
|
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.