It's all about the answers!

Ask a question

How to delete attachment of work item using server side api


Anurag Patel (21262) | asked Jan 27 '17, 3:22 a.m.

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



permanent link
Ralph Schoon (63.1k33645) | answered Jan 27 '17, 4:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Use IWorkItemCommon 


IWorkItemCommon.deleteAttachment(IAttachmentHandle , monitor);

Your answer


Register or to post 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.