public interface AttachmentManagement
NOTES: The methods defined here assume that the current page is the manage attachments page.
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes all the attachments shown in the manage attachments page for an specific issue.
|
String |
downloadAttachmentAsString(long id,
String title)
Downloads the attachment with the given id and title.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.