@PublicSpi public interface IssueEventListener extends JiraListener
It listens to any issue related events fired within JIRA.
IssueEvent
getAcceptedParams, getDescription, init, isInternal, isUnique
void issueCreated(IssueEvent event)
workflowEvent(IssueEvent)
void issueUpdated(IssueEvent event)
workflowEvent(IssueEvent)
The update changelog will be attached to the event as an action.
void issueAssigned(IssueEvent event)
workflowEvent(IssueEvent)
Check the issue assignee to work out which is the case.
void issueResolved(IssueEvent event)
workflowEvent(IssueEvent)
The resolution comment (if there is one) will be attached to the event as an action.
void issueClosed(IssueEvent event)
workflowEvent(IssueEvent)
The closure comment (if there is one) will be attached to the event as an action.
void issueCommented(IssueEvent event)
workflowEvent(IssueEvent)
The comment will be attached to the event as an action.
void issueReopened(IssueEvent event)
workflowEvent(IssueEvent)
void issueDeleted(IssueEvent event)
workflowEvent(IssueEvent)
void issueMoved(IssueEvent event)
workflowEvent(IssueEvent)
void issueWorkLogged(IssueEvent event)
workflowEvent(IssueEvent)
The work log will be attached to the event as an action.
void issueStarted(IssueEvent event)
workflowEvent(IssueEvent)
void issueStopped(IssueEvent event)
workflowEvent(IssueEvent)
void issueGenericEvent(IssueEvent event)
workflowEvent(IssueEvent)
void workflowEvent(IssueEvent event)
void customEvent(IssueEvent event)
Copyright © 2002-2022 Atlassian. All Rights Reserved.