How to delete attachment of work item using server side api
![]() Hi ,
I am trying to delete/remove attachment using server side api. I am developing a follow up action and tried to delete or remove the duplicate attachment in the work item using follow up action.
Which api's / how to remove the attachment links using server api's.
Please provide some usefull links.
Thanks.
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jan 27 '17, 4:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Use IWorkItemCommon
IWorkItemCommon.deleteAttachment(IAttachmentHandle , monitor);
|