| com.atlassian.jira.event.issue.IssueEventListener |
Known Indirect Subclasses
|
The IssueEventListener is the main Listener within JIRA.
It listens to any issue related events fired within JIRA.| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Fired for all custom events
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
This method is deprecated.
Please call
workflowEvent(IssueEvent)
| |||||||||||
Fired for all events and the correct event is called
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.event.JiraListener
| |||||||||||
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when an issue is assigned or unassigned.
Check the issue assignee to work out which is the case.
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when an issue is closed.
The closure comment (if there is one) will be attached to the event as an action.
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when a user comments on an issue.
The comment will be attached to the event as an action.
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired for all other events, eg. those fired from new workflow transitions.
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when an issue is resolved.
The resolution comment (if there is one) will be attached to the event as an action.
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when user starts work on an issue (start progress)
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when user stops work on an issue (stop progress)
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when an issue is updated.
The update changelog will be attached to the event as an action.
This method is deprecated.
Please call workflowEvent(IssueEvent)
Fired when work is logged against an issue.
The work log will be attached to the event as an action.