public class

IssueAssignHistoryListener

extends AbstractIssueEventListener
java.lang.Object
   ↳ com.atlassian.jira.event.issue.AbstractIssueEventListener
     ↳ com.atlassian.jira.event.listeners.history.IssueAssignHistoryListener

Class Overview

Keep a history of whom a user assigns issues to.

Summary

Public Constructors
IssueAssignHistoryListener()
Public Methods
boolean isInternal()
Indicates whether this listener is internal, meaning it cannot be removed by an administrator.
void issueAssigned(IssueEvent event)
Fired when an issue is assigned or unassigned.
[Expand]
Inherited Methods
From class com.atlassian.jira.event.issue.AbstractIssueEventListener
From class java.lang.Object
From interface com.atlassian.jira.event.JiraListener
From interface com.atlassian.jira.event.issue.IssueEventListener

Public Constructors

public IssueAssignHistoryListener ()

Public Methods

public boolean isInternal ()

Indicates whether this listener is internal, meaning it cannot be removed by an administrator.

Returns
  • true if this is an Atlassian listener, otherwise false

public void issueAssigned (IssueEvent event)

Fired when an issue is assigned or unassigned.

Check the issue assignee to work out which is the case.