Jazz Server blocked after programmatically workitem saving
Hi, I have a problem with a server follow-up action (
I'm trying to save a WI change during a state transition (Verified -> Approved) if (StateChecker.isTransitioning(auditableCommon, saveParameter, CW.getStateId(CW.VERSION_VERIFIED_STATE), CW.getStateId(CW.VERSION_APPROVED_STATE), monitor)) { private IWorkItem getFreshCopy(IWorkItem workItem, IProgressMonitor monitor) throws TeamRepositoryException { The problem is, when I'm calling saveWorkItem2 method, server appear to be blocked (not responding). This sounded strange because if I perform same operation in a different transition, all works fine. This drives me crazy. Please... can you help me? |
One answer
I've resolved this particular situation deleting state from process and recreating it.
|
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.