It's all about the answers!

Ask a question

How to delete attachment of work item using server side api


Anurag Patel (2141) | 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 (62.0k33643) | 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.