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 emailArchiveException
Issue 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 emailArchiveException
Copyright © 2002-2022 Atlassian. All Rights Reserved.