Package com.atlassian.jira.event.issue
package com.atlassian.jira.event.issue
-
ClassDescriptionAbstract event related to archiving actions.Subclasses of IssueEventListener can now override relevant functions in the interface as opposed to having to provide a dummy implementation for all methods.This event will be fired whenever archived issues are exported.Helper class to simplify access of a collection of
ChangeItemBeanThis is the default implementation ofIssueEventBundle.Default implementation ofIssueEventManager.Represents objects that can offer a view of themselves as anIssueEvent.Responsible of knowing what events should be raised when an issue is changed.This event represents any issue changeBasic representation of something that happens to an Issue, such as a modification or comment.Represents a list of changes that have been applied to an issue at once.Factory to createIssueEventBundleobjects.Deprecated.The IssueEventListener is the main Listener within JIRA.Used to invoke legacy issue events within atlassian-events.Component responsible for dispatching issue events.Interface for classes that want to modify the parameters ofIssueEventobjects.Visitor interface forIssueEventIssuePreDeleteEvent is triggered before an issue is deleted.This interface should be implemented by events that are related to the Issue.Event published when issue is archivedEvent that is triggered when a user searches for issues.Event published before issue is begin archived.Event published when issue is restoredEvent that is triggered when an issue is viewed.Event that is triggered when user starts watching an issue.Event that is triggered when user stops watching an issue.Represents objects that can be put into anIssueEventBundle.When a user mentions another user on an issue via the @username or [~username] syntax this event will be fired.Event that is triggered when a user does a quicksearch that is interpreted as an issue keyEvent that is triggered when a user does a search in quicksearch.Event that is triggered when a user changes project or issue type in simple search and they click "Refresh search to update form fields".Event that is triggered when a user changes from simple to advanced or vice versa
IssueEventManagerinstead.