How to display Fix Version Description

How do i display Fix Version Description in EazyBI? Do I need to define a custom measure? What do I use and how do it do this?

In eazyBI are imported some properties for each version: start date, release date, status, and description. Start date and release data are already available in Measures Version start date and Version release date.
You may use function get to access other properties.

To get Fix version description, define a new calculated member in Measures and use this formula:

[Fix Version].CurrentHierarchyMember.get('Description')

Best,
Zane / support@eazyBI

4 Likes

Thank you so much @zane.baranovska, that did it :slight_smile:

I have a similar problem,can you help me @zane.baranovska thank you!
image

@dfbbxm I have good news for you, we have created a new property “Issue fix versions” that would show a list of fix versions assigned to the issue. This property is already available on eazyBI for Jira Cloud and will be included in eazyBI version 6.1.0.. I can not give any estimates on a release date for version, but you can follow eazyBI changelog: https://docs.eazybi.com/eazybijira/set-up-and-administer/changelog

Best,
Zane / support@eazyBI.com