public interface IssueAttachmentDeleteHelper
Modifier and Type | Method and Description |
---|---|
io.atlassian.util.concurrent.Promise<Void> |
deleteAttachmentsForIssue(Issue issue)
Deletes attachments for the specified issue, including any thumbnails.
|
io.atlassian.util.concurrent.Promise<Void> deleteAttachmentsForIssue(Issue issue)
issue
- The issue for which to delete attachments.Copyright © 2002-2022 Atlassian. All Rights Reserved.