Default values for WorkItem via Java SDK
![]()
Hi Jazz Team,
Currently I am in project where I have to extend RTC that it will set default values via sdk extension (it is not possible to do it via JS).
The questions is which class do I have to extend, because com.ibm.team.workitem.operation.workItemSave is not good hit for defaults ?
End, additionally do we have any examples ?
|
Comments
please take the extensions workshop
https://jazz.net/library/article/1000
your extension will either (no workitem changes)
extends AbstractService implements IOperationAdvisor
or (supports workitem changes)
extends AbstractService implements IOperationParticipant
Sam,
the extension points are all AFTER the user presses Save.
only the javascript field default value handler fires before the UI is finished.
Using the JavaScript, I am not able to modify the approvals and I would like to set this values as default.
I understand.. unfortunately, RTC does not provide enough services to complete all the requirements u have.