• Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Sprint
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Let's add info about author (either the whole ApplicationUser object or a userKey/userName at least) and timestamp into an event of com.atlassian.greenhopper.api.events.sprint.SprintEvent. It would be extremely useful for any custom event listener which is listening sprints updates.

      Let's extend SprintEvent up to the next fields set:

      public interface SprintEvent {
          ApplicationUser getUser(); // the user who initiated this event.
          Date getTime(); // the timestamp when this event is happened.
          Sprint getSprint();
      }
      

            [JSWSERVER-25367] Author and Timestamp for Sprint events.

            There are no comments yet on this issue.

              Unassigned Unassigned
              4a58911be6aa Denis Demidov
              Votes:
              4 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: