Resumen del evento AUG Barcelona

La semana pasada estuvimos presentes en el evento del Atlassian User Group Barcelona (ver cartel) que tuvo lugar en las oficinas de Knowtech Training SL. Fue una experiencia muy agradable, divertida y sobretodo muy dinámica! Un evento fuera de lo normal! Mucha calidad tanto en los Atlassian Vendors, como en los ponentes; Fantástica la organización y la…

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

How to calculate “Lead Time” or “Real Average Resolution Days” with eazyBI and JIRA

(IMPORTANT UPDATE OF THIS POST: See How to calculate “Lead Time” or “Real Average Resolution Days” with eazyBI and JIRA (Part II)) The default calculated measure of eazyBI “Average Resolution Days” counts until the last Resolution filled ( not until the first value of the Resolution field), then if you set a new Resolution from “Resolved”…

Read More