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

How to make changes in dashboard XML part from process configuration XML

Hi all,


I want to add a value tag in viewlet in dashboard XML part in process configuration XML through java code. But  the issue I am facing here is when I add this value tag and save the RTC project I am not able to see the changes reflecting on the RTC web client even after logging in to the project again.

below is the XML snippet where I am adding value tag,

<viewlet id="com.ibm.team.workitem.viewlet.queries" title="Quick access raw data listing" trim="blue">
                             <preference id="showEmpty" value="true"/>
                                    <memento>
                                    <property name="queryStringIds" type="xsd:string">
                                       <value>Prog.TestTask.start.next14days</value>
                                       <value>Test_value</value>
                                    </property>
                                    </memento>
                    </viewlet>
I cant click on the Restore default button on dashboard as it is removing all my newly added widgets from RTC web client.
RTC server version I am using is 6.0.5

How can I add this value tag without affecting my dashboard contents? 
Please help me to resolve this issue.






0 votes


Be the first one to answer this question!

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
× 10,940
× 457
× 124
× 13

Question asked: Jul 27 '18, 6:06 a.m.

Question was seen: 2,123 times

Last updated: Jul 27 '18, 8:35 a.m.

Confirmation Cancel Confirm