🚀 Exciting News for Kanban Users on Jira Cloud and Datacenter! 🚀

We’re thrilled to announce an upcoming update to the Kanban Combined WIP for Jira Cloud and Jira Datacenter, packed with powerful new features that will revolutionize your project management experience. This update, slated to hit the Chrome store in just a few days, brings a host of enhancements aimed at improving visibility, tracking, and overall…

Read More

Set Due Date (or Date-Time customfield) in Jira Cloud using Postfunction of Scriptrunner (Part II: Working days)

This post is the continuation of: Set Due Date in Jira Cloud using Postfunction of Scriptrunner To evolve the script, to put for example Working days instead of natural days, when setting a due date can be somewhat difficult using Scriptrunner for Jira Cloud, the reason is that we cannot use “while” loops, we must optimize…

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