public interface

IssueAttachmentDeleteHelper

com.atlassian.jira.issue.managers.IssueAttachmentDeleteHelper
Known Indirect Subclasses

Class Overview

Manager for deleting attachments for a given issue including any thumbnails for those attachments.

Summary

Public Methods
Promise<Void> deleteAttachmentsForIssue(Issue issue)
Deletes attachments for the specified issue, including any thumbnails.

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.