Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,334
Community Members
 
Community Events
184
Community Groups

Insight reports with eazyBI

Hi,

I have this issue when trying to get a report of the Insight scheme on eazyBI: I have some attributes (e.g.: Owner) that are common to all objects, and I need a report with all the objects and those common attributes. The issue is that when importing the data, each attribute is imported as an individual one, and I can't have the report I need, because instead of a table I get a matrix with the objects and the attributes for each one of them, when I think I should get only one attribute with the value for each objects.

Is this correct?

Thanks.

2 answers

1 vote
Daina Tupule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 16, 2018

Hi Luciana,

 

eazyBI imports Insight attributes as unique for each Object. We cannot detect that different attributes are the same. Alexander mentioned it already. 

 

You can use a calculated measure to address different attributes based on object type:

case cast ([Measures].[Object type] as String)
when "Monitor" then [Measures].[Object Monitor Owner]
when "Mobile" then [Measures].[Object Mobile Owner]
when "Laptop" then [Measures].[Object Laptop Owner]
end

The formula above will retrieve Owner for Objects Monitor, Mobile, and Laptop. 

All three objects have an attribute Owner in Insigth and I imported them as properties into eazyBI.

 

Daina / support@eazybi.com

Is this possible in the cloud version of jira?

Daina Tupule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Feb 23, 2021

We just recently released support for Insight (Asset) custom field import into Jira issues cube. You can import Asset type custom fields and their attributes and analyze issues linked to assets. 

We have plans to support Insight data analysis in Cloud as well. While we do not have an exact timeline for this yet. It has a high priority on our backlog. We will update the status on this here.

 

Daina / support@eazybi.com

Thank you Daina, we're really looking forward to this.

Daina Tupule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 20, 2022

We recently added the Insight data import for cloud customers. You can build a new cube for insight data in-depth analysis. 

See more details on how eazyBI supports Insight in our documentation:
https://docs.eazybi.com/eazybi/data-import/data-from-jira-apps/insight-asset-management

With this, eazyBI supports both JSM Insight custom fields data analysis in the Jira issue cube and in-depth Insight data analysis in the separate cube.

Daina / support@eazybi.com

1 vote
Alexander Sundström
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 06, 2018

Hi Luciana,

I will also answer here, as it may help others, but I know you got answers from our internal service desk at Insight too.

Based on the description, it seems like you should get in contact with the vendor behind EazyBI, as the issues seems more related to how they process the information from the insight fields and how to use their add on. As such, it's out of our hands how the data is presented there. If there is something that we can do about it, I would suggest that they get in contact with us if we can give them any additional information.

From Insights perspective,  each Owner attribute from the different Object Types is a separate attribute with its unique id, not the same for all object types. Even if you have configured this attribute to be the same in all of your object types, Insight has no knowledge of that.

The difference is if you have inheritance enabled in an object type structure, then the id for that attribute is the same in that structure for all object types descendants.

Cheers!
Alexander

Thanks Alexander! I'm already in touch with the eazyBI support.

Regards.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events