Hi,
I wrote a Jira plugin that captures sprint events and updates our project management software in real-time with changes happening in Jira.
While testing the functionality I noticed that adding or editing sprint goals, or moving sprints up/down does not seem to fire sprint event. Same thing happens when I update or exchange sprints via the REST API. If I change some other property then I get a SprintUpdatedEvent as expected.
Additional info:
To check what events are fired by the server, I use the following, very general, event listener in my plugin:
@EventListener
public void onPossibleSprintEvent1(Object event) {
LOGGER.info("got event: " + event.getClass().getName());
}
There is com.atlassian.greenhopper.analytics.SprintUpdatedAnalyticsEvent that can be used to catch sprint goal change.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.