java.lang.Object |
↳ |
com.atlassian.jira.issue.managers.DefaultIssueAttachmentDeleteHelper |
Class Overview
Manager for deleting attachments for a given issue including any thumbnails for those attachments.
Public Constructors
Public Methods
public
Promise<Void>
deleteAttachmentsForIssue
(Issue issue)
Deletes attachments for the specified issue, including any thumbnails.
Parameters
issue
| The issue for which to delete attachments. |
Returns
- A promise that contains a RemoveException if there is an error deleting attachments.