What would be the best way to obtain the work item that is currently
set as working, i.e. if the user right-clicks on a WI and selects
"Start Working"?
This should work:
ClientModel.getWorkItemActivationManager().getActiveWorkItem()
--
Regards,
Patrick
Jazz Work Item Team