Class ReindexIssueCacheClearRequestEvent

java.lang.Object
com.atlassian.jira.issue.index.ReindexIssueCacheClearRequestEvent
All Implemented Interfaces:
IndexEvent

public class ReindexIssueCacheClearRequestEvent extends Object implements IndexEvent
Raised just before issue reload during issue reindex. This event is meant to notify the issue-related components about the reload in the next operation so that the components can clear their issue-related caches. This is important because the issue needs to be loaded directly from the database after the issue version has been bumped so that the issue won't be indexed with stale values.
Since:
v9.14
  • Constructor Details

    • ReindexIssueCacheClearRequestEvent

      public ReindexIssueCacheClearRequestEvent(long issueId)
  • Method Details

    • getIssueId

      public long getIssueId()