How to set a default Velocity value

eazyBI has a different way on how to get this working.

  1. user defined calculation:
    CASE [Development Team ].CurrentMember.Name
      WHEN "TeamA" THEN 30
      WHEN "TeamB" THEN 50
      WHEN "TeamC" THEN 70
     END

The formula is a simple version for single Development team selection.

  1. Velocity import property for a Development team.
    You can import property representing the team velocity for a Development team with additional data import into Jira issue cube (if you have a lot of teams and the formula above would be hard to maintain).
    See more here abut additional data import.

Daina / support@eazybi.com