Adding Description to a workitem programmatically in RTC
![]()
swapna das (33●2●33●65)
| asked Jul 31 '12, 12:42 a.m.
edited Sep 08 '14, 4:41 a.m. by Ralph Schoon (57.2k●2●36●42) Hi, I am able to create defect IN RTC based on the testcase failures in RQM programmatically.But I am unable to add description to the created defects. Please suggest me. Thanks, Swapna |
One answer
![]()
Ralph Schoon (57.2k●2●36●42)
| answered Jul 31 '12, 6:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The code would look something like below:
workItem.setHTMLDescription(XMLString.createFromPlainText(fSummary)); |
Comments
Hi swapna,
I want to create defect IN RTC based on the testcase failures in RQM programmatically. Could you please help us how to do?.
Thanks
Vijay
IBM