Class ProjectUpdatedCategoryChangedEvent

java.lang.Object
com.atlassian.jira.event.AbstractEvent
com.atlassian.jira.event.ProjectUpdatedCategoryChangedEvent
All Implemented Interfaces:
JiraEvent

@PublicApi @ParametersAreNonnullByDefault public class ProjectUpdatedCategoryChangedEvent extends AbstractEvent
Event detailing when the association between a project and a category is changed. It is fired ONLY considering a project's perspective, in which the project was updated to be associated to a different category. NOT fired when the category is changed directly, or removed, for example.
Since:
v7.2
  • Constructor Details

    • ProjectUpdatedCategoryChangedEvent

      @Internal public ProjectUpdatedCategoryChangedEvent(RequestSourceType requestSourceType)
  • Method Details

    • getRequestSourceType

      public String getRequestSourceType()