Setting comment of work items using RTC plugin
![]() Hi Team,
I am working on RTC 6.0.6.1 version. I want to create a work item automatically by using server side plugin, But at the time of creation of work item, I need to pass comment and it should reflect automatically with the work item creation.
Can anyone help me on how to set comment attribute value programmatically while creating RTC work item
Thanks
|
One answer
![]()
Ralph Schoon (60.7k●3●36●43)
| answered Jan 13, 5:04 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER https://rsjazz.wordpress.com/2013/07/12/work-item-command-line-client-to-add-a-comment/ explains it for the client API.
It uses the common API which is available in the server. If you pull the code out of the workitem operation and directly work on the work item working copy, all the code should work.
|