Problem with the RTC 6.0.3. Using Rich text editor option
Hello All,
We have a widget, which copies the description from one workitem to another.
After the introduction of RTC 6.0.3 new version with extended rich set editor option, the widget is failing to copy the description when it contains bullet points.
Following is the error message :
"CRRTC0300E: The work item with the ID 49449 cannot be saved because this client version cannot modify extended rich text content in the attributes '[Description]'."
Is there anything that we need to do with the client version, as it says in the error message.
Accepted answer
I think my first response to this was incorrect.
"CRRTC0300E: The work item with the ID 49449 cannot be saved because this client version cannot modify extended rich text content in the attributes '[Description]'."
One other answer
I have found this : https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=402146
where we see in description :
n-1 clients - n - 1.png (254085)
- Users are not allowed to save a work item containing changes to an attribute that contains extended rich text.
- Move/Copy restricted - When a work item containing an attribute with extended rich text is moved or copied to a different project area, the user is not allowed to save the work item.
what are the alternate options for this ?
Comments
The option is to use a client (or API) with the same version (6.0.3) to do these operations.
1 vote
Thanks for the quick response Ralph.
1. Currently we have this copying logic in a widget developed using JavaScript, How can we overcome this issue ?
2. Also could you please suggest more on this option of using : client (or API) with the same version (6.0.3) to do these operations.
Unfortunately I can't. I don't know the JavaScript API you are using. I have to assume that it uses something that makes the server believe it is not a 6.0.3 API, based on the error message. But I don't know which API you should use instead, either.
1 vote