Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Group on components across multiple projects?

Andrew
Contributor
October 5, 2017

Hello,
   I have two projects in Jira and am looking to build EazyBI reports that group on the components. Right now I get the component showing multiple times (once for each project). Is there a way to group components with the same name across projects so that I can see the sum? The wording is the same, and I want to group them all together in a table similar to below:

Current table:
Component Name          Issues Created
Component A                 4
Component A                 5

I would like to have:
Component Name          Issues Created
Component A                 9

 

Any thoughts?  Let me know if more details are required.  Thank you!

2 answers

0 votes
Martins Vanags -eazyBI-
Atlassian Partner
October 5, 2017

Hi, Andrew,

 

Note that Component is already imported in eazyBI into "Projects" dimension as one of hierarchy levels. Therefore each component is tied to the "Project" and when there is a component with the same name in multiple projects it will be listed two times.

However, you could create a new calculated member in "Project" dimension to aggregate components with the same name (regardless of Project where this component belongs to).

 

Try the following code:

 

Aggregate(
Filter(
[Project].[Component].Members,
[Project].CurrentMember.Name Matches 'Component A'
)
)

 

Then you could use this new calculated member in your eazyBI report and results would be grouped.

calculated member example.png

 

Another way would be importing "Component" as a separate dimension in eazyBI which could be used as a separate filter.

If you have further questions please reach out to  support@eazybi.com and share more details on your requirement.

 

Martins / eazyBI support team

0 votes
Peter DeWitt
Community Champion
October 5, 2017

@Andrew, not too sure on how many EazyBI customers view the Community questions.  I would open a support request with the vendor here: https://eazybi.com/contact.  I bet they could help you the quickest.

 

pd

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events