public interface IssueArchiveHelper
| Modifier and Type | Method and Description |
|---|---|
Issue |
archiveIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Archive issue in context of given user.
|
Issue |
restoreIssue(ApplicationUser user,
Issue issue,
EventDispatchOption eventDispatchOption,
boolean sendMail)
Restore issue in context of given user.
|
Issue archiveIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) throws ArchiveException
user - user performing the operationissue - issue to archiveeventDispatchOption - specifies if an event should be sent and if so which should be sent.sendMail - whether or not to send the emailArchiveExceptionIssue restoreIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) throws ArchiveException
user - user performing the operationissue - issue to archiveeventDispatchOption - specifies if an event should be sent and if so which should be sent.sendMail - whether or not to send the emailArchiveExceptionCopyright © 2002-2019 Atlassian. All Rights Reserved.