Class MentionIssueEvent

java.lang.Object
com.atlassian.jira.event.issue.MentionIssueEvent
Direct Known Subclasses:
MentionIssueCommentEvent

@PublicApi @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class MentionIssueEvent extends Object
When a user mentions another user on an issue via the @username or [~username] syntax this event will be fired. It contains the user that added the comment or description, all users mentioned, the issue as well as the text in which the mentions occurred. Finally it also contains the fieldId of the field in which users were mentioned.
Since:
v5.0