Compass components in Jira Software?

Atlassian’s new product, Compass, is designed to enhance developer productivity by facilitating better organization and tracking of software components. In this post Katie, a product manager, introduces Compass components, a feature now available in Jira Software projects. Compass components allow teams to tag Jira Software issues, providing insights into the team’s work. They offer metrics…

Read More

How to group by Project Components with JIRA and eazyBI

To group all components which match a name, for example “Arte”, we can define a new calculated member in dimension “Project” using function Aggregate(). Aggregate({ Filter( [Project].Members, [Project].[Component].CurrenthierarchyMember.Name MATCHES “(?i)arte”) }) In the screenshot example, we can see a lot of components from all projects called “Arte” or “arte”, to know the Estimated time by…

Read More