BigPicture and NewStatusColorsPRO for Project Management in JIRA

BigPicture, as many of you know, is one of the best plugins for Jira to do: Roadmaps Resources Tracking (and planning) Risk Management Project Portfolio Management (PPM) (and track/manage cross-project work) SAFe compliant roadmaps. If we combine BigPicture with New Status Colors (FREE) and/or New Status Colors PRO plugin we have the perfect team to…

Read More

How to start in personal development: The answers that coaches, consultants and trainers need to live their passion. The book

Excellent book of our friend David Carulla. Required reading for any entrepreneur. From MrAddon we recommend it. Do you want to make the final leap and start your own personal development business? This book aims to help take action, both people who are considering making the leap and start their own business related to personal…

Read More

Using IOTA with Javascript

IOTA is a transaction system for the Internet of Things. It isn’t another Blockchain, it’s a new generation system, it uses Tangle (a revolutionary network of transaction strings). Bosch and Cisco are supporting this project. Value transfer without any fees (like the project Raiblocks, another big one). We can start developing Javascript Dapps using these…

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