It's all about the answers!

Ask a question

Adding Description to a workitem programmatically in RTC


swapna das (3324571) | asked Jul 31 '12, 12:42 a.m.
edited Sep 08 '14, 4:41 a.m. by Ralph Schoon (63.1k33645)

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


Comments
vijay ganesan commented Sep 08 '14, 4:38 a.m. | edited Sep 08 '14, 4:40 a.m.

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

One answer



permanent link
Ralph Schoon (63.1k33645) | 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));

Your answer


Register or 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.