java.lang.Object | |
↳ | com.atlassian.jira.issue.managers.DefaultIssueDeleteHelper |
Nested Classes | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DefaultIssueDeleteHelper.DeletedIssueEventData | Holds the state of the deleted issue object more consistent before it gets deleted. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Delete issue in context of given user.
| |||||||||||
Delete issue without firing any events, or sending notifications.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
Delete issue in context of given user.
user | user performing the operation |
---|---|
issue | issue to delete |
eventDispatchOption | event dispatching control |
sendMail | whether or not to send the email |
RemoveException |
---|
Delete issue without firing any events, or sending notifications.
This is preferred in some bulk operations, but normally you would call #deleteIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue, com.atlassian.jira.event.type.EventDispatchOption, boolean)
issue | issue to delete |
---|
RemoveException |
---|
RemoveException |
---|