How to get the type of Board in Jira and how many Scrum or Kanban

Hi,

eazyBI does not import Kanban boards into the data model. Only Scrum boards are created in eazyBI at the board level of the Sprint dimension.

The following formula generates the list of boards per project (meaning the list of boards that has at least one issue from the project):

Generate(
  Filter([Sprint].[Board].Members,
  [Measures].[Issues created]>0 AND [Sprint].CurrentMember.Name<>"(no board)"),
  [Sprint].CurrentMember.Name,
  ","
)

Kindly,
Janis, eazyBI support

1 Like