How I add new comment for WorkItem using Server Side Plugin
![]()
Hi all,
I need a some help. I have an advisor plugin in RTC. I want to add new comment my source workitem. My code: IComments comments = sourceworkItem.getComments();But i get this error:
Error running operation 'Saving Work Item'
Validation errors for item: type = WorkItem, itemId = [UUID _L2jbAIaJEeSkQJKbbjlvNg]Why this happen? How i can set creationDate? |
2 answers
![]()
Hi all,
((Comment)comment).setCreationDate(now);
|