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 (63.5k●3●36●46)
| answered Jan 27 '17, 4:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Use IWorkItemCommon
IWorkItemCommon.deleteAttachment(IAttachmentHandle , monitor);
|
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.