Hi
I just started working with eazyBI / Jira. My goal is to have a table which contains sw version in rows and Issue types (Epic, Defect) in columns.
The problem I face is that I would like to divide the Epic and Defect according to their specific custom field → Epic (“theme”) and Defect (“Defect Origin”).
The Issue Type Epic, Defect, Task … is available as dimension.
The custom field “Theme” is used in Measure / Issue properties
[Measures].[Issue Theme] = [Issue].CurrentHierarchyMember.get(‘Theme’)
Thanks in advance for any advice!
BR