Interface IssueListener
public interface IssueListener
IssueListener is a simple interface that receives notifications that
an issue has changed.
Important note: the called listener must execute as quickly as possible. The locks may be acquired if needed, but it's better to avoid them.
- Author:
- Igor Sereda
- See Also:
-
Method Summary
-
Method Details
-
onIssueChanged
Process the event. This method is called whenever issue change notification is received from JIRA, or when other components report issue changes viaIssueEventBridge.reportChanges(com.almworks.integers.LongList, com.almworks.jira.structure.api.event.JiraChangeType).- Parameters:
event- the event object
-