Get the list of issues moved from One Sprint to Another Sprint

Hi @VY_NY,

Changes to the Sprint field are imported in eazyBI, and you can see when and by whom the field was changed.

  1. In Measures, define a new calcauted measure to show the count of issues which changed the Sprint field.

    (
      [Measures].[Transitions from issues count],
      [Transition Field].[Sprint]
    )
    

    More details on calcauted measures are here: Calculated measures

  2. Use the “Sprint” dimension to see from which the Sprint issue was moved.

  3. Use the “Transition Author” dimension to see who made changes.

  4. You can add the property “Issue sprint” to the latest assigned sprint to the issue.

If you are looking for the Sprint scope changes, then check out those community posts:

Best,
Zane / support@eazyBI.com