Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC all extension contributor value is not printing in RPE

Hi,
i have in RTC some fields which take contibutor value
for eg: Designer : Clmadmin
            Tester : clmadmin

when i am trying to take from RPE the report using workitem>>workitem>>allextension display name is printing but the displayvalue is not printing. How can i resolve this?

0 votes


Accepted answer

Permanent link
To print contributor name, you need to add foundation schema as well. You can query on either allExtensions or itemExtensions.

This is how you can get the contributor name assigned to "Designer":
Within workitem/workItem/allExtensions (or workitem/workItem/itemExtensions), add condition
displayValue == "Designer"

Get the value of  workitem/workItem/allExtensions/itemValue/reportableUrl (or workitem/workItem/itemExtensions/value/reportableUrl) that is of the format https://<server>/jts/rpt/repository/workitem/contributor/itemId/_-oulbVJhEeaocoGcR527Yg
Use ScriptExpression to replace "/workitem/" with "/foundation"
and set that EsciptExpression as the URI for foundation data source.
From foundation schema, you can print contributor/name.

sreenath v selected this answer as the correct answer

0 votes


2 other answers

Permanent link

Ok i got it Thank you!

0 votes


Permanent link

 I am facing some issue while printing value inside a table.If am giving designer as condition its coming.But i have other value as tester ,so i gave condition inside table as display value=design && design value ==tester.But while running engine is getting aborted.if am printing paragraph wise it's printing but cell wise it's getting error.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,132

Question asked: Dec 03 '18, 4:31 a.m.

Question was seen: 2,156 times

Last updated: Dec 09 '18, 12:35 a.m.

Confirmation Cancel Confirm