set creator of IAttachment (client side)
Accepted answer
Well, you can try to use the INTERNAL interface com.ibm.team.workitem.common.internal.model.Attachment . Be warned, that is internal API and can change and so on. Example:
((Attachment) newAttachment).setCreator(value);
Comments
szasz gabor
Aug 29 '14, 3:06 a.m.sam detweiler
Sep 01 '14, 8:54 a.m.