How get parent issue type

Hi @azade_bagheri !

We have predefined issue property in eazyBI what is called Issue type that will return issue type for the selected issue. And based on the same formula we can adjust it and create a new one called Parent Issue type.
Create a new calculated measure in Measure dimension with this formula:

[Issue Type].[Issue Type].getMemberNameByKey(
  [Issue].CurrentHierarchyMember.Parent.get('Issue type ID')
)

this will return issue type for sub-task’s Parent

Gerda / support@eazybi.com

1 Like