How to pass additionalSaveParameters to save process item operation
IWorkItemServer#saveWorkItem3 provides additional param additionalSaveParameters that can be retrieved back via ISaveParameter#getAdditionalSaveParameters from an AdvisableOperation.
IProcessService#saveProcessItem doesn't provide additional param additionalSaveParameters.
IProcessService#saveProcessItem3 (or IProcessService#saveProcessItem2 too) similar to IWorkItemServer#saveWorkItem3 doesn't exist yet.
Anyone knows how to pass additionalSaveParameters to save process item operation?
Thanks in advance.
Cheers.
showing 5 of 6
show 1 more comments
|
Be the first one to answer this question!
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.
Comments
For work items, you can also add additional save parameters using com.ibm.team.workitem.client.WorkItemWorkingCopy#getAdditionalSaveParameters()#add().
We opened Enhancement 478541.
Aren't additional save parameters already present on every AdvisableOperation?
Each operation has a different interface that is used to pass data. So the answer to your question in the comment is NO.
I think this is risky at best and can not provide suggestions. I can not even see if you can pass information using that.