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

How to set value for a work item attribute of type "Large HTML" using RTC API?

Hi,

I need to set value to an attribute "Acceptance Criteria" which is of type "Large HTML". I have written below snippet:

IWorkItemCommon workItemCommon = getService(IWorkItemCommon.class);

IAttribute accCriteria= workItemCommon.findAttribute(projectArea,"acceptance.criteria.final", null);

XMLString newChildAccCriteria = XMLString.createFromXMLText(wiConfig.accCriteria);

newChildWI.setValue(accCriteria,newChildAccCriteria);

but I am getting error while setting the value (at setValue)

Error:

org.eclipse.core.runtime.AssertionFailedException: assertion failed:

at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)

at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96)

at com.ibm.team.workitem.common.internal.model.impl.WorkItemImpl.setValue(WorkItemImpl.java:2909)

Please let me know how to set value for Large HTML type using RTC API.

Thank you

0 votes


Accepted answer

Permanent link

See https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ especially see Workingcopy and WorkItemOperation.

Also see https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/

deepti harinkhede selected this answer as the correct answer

0 votes

Comments

Thank you Ralph.

It worked after using WorkingCopy.

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
× 12,020

Question asked: Apr 05 '18, 3:24 a.m.

Question was seen: 2,425 times

Last updated: Apr 06 '18, 6:51 p.m.

Confirmation Cancel Confirm