Hello, I am trying to create two calculated members (planned and unplanned) based on a field that can have multiple values. "Planned" is everything with a "PlannedForVersion" of 'Version 5.2' ...
Hello! I have issues linked to Epics with a custom field for Amount (numeric value). I want report the Total Sum of all Amounts by Epic. I've got a report configured to show all Epics and dri...
I've already followed the guidance shown here: https://answers.atlassian.com/questions/38045182/eazybi---how-to-load-report-with-current-week-by-default However I can't get this broken down by day....
Hey, i want to set up a chart and have the following problem: Some Issues are not resolved but in status "closed", i used this code to get all overdue issues: nonzero(count( Filter(...
Hello All, I'm having some hard time regarding EazyBI and calculated fields. Just starting coding on calculated fields since 2 days, and I can't figure out how to achieve my goal. Thanks in advance...
Hi, Is it possible to create a report like this one: Using eazyBI? X axis is representing the number of days to go from some status to another status (let's say todo to done), and Y the...
I'd like a report to be generated and sent, via email, on a regular basis. Is there a way to accomplish this?
Hi, I am trying to calculate the Cycle time in eazyBI. I first tried using Transtion in rows and selecting the transitions from the project. In my case: - Backlog = > Selected for Development...
Hello - I am trying to get a drill down view of all issues by initiative. I see in the Issue -> Select Member that there is an option for "Issues by Epic". This works great, but it only goes Epic ...
...point and so forth conitnuously. If anyone has any insight on how to do this with JIRA dashboards or eazyBI it would be much appreciated. I haven't been able to find data the automates moving average...
We have several statuses - lets say "discovery", "in execution". And I would like to compute average time which issues stays in both statuses. Example: Issue1: Discovery 5, in execut...
Hi, I'm looking for a way to show all issues in eazyBI, which where in our sprints. In Jira, I can use a JQL like Sprint = "Sprintname" and I can see all the issues. For our latest Sprint...
I tried to set up the configuration below to import linked issues to eazyBI: https://docs.eazybi.com/display/EAZYBIJIRA/Import+issue+links However after I added the "measure=true" parameter...
Hey, i guess my problem is pretty easy to solve but im not able to get it working. I have the following code: NonZero( Count( Filter( Descendants([Issue].Curr...
Hi, I'm looking for the definition of the member : "cumulative hours spent within a time frame". From this definition https://community.atlassian.com/t5/Product-Apps-questions/Cumulative-Sprint...
Hello, I want to show an evolution of hours spent in an epic. The problem is that the worklog are entered in Subtasks, and eazyBI doesn't go so far. Here is the hierarchy: Project >>...
Hi, I would like to go from a sub-task that has a certain Summary 'XYZ', to the parent issue, then count all of the sub-tasks matching a certain issue type 'Defect'. I have the two queries ind...
Hi Please can you help? I need a a single calculated field to work as follows..... If I have an issue that is an epic I to sum the total hours logged against that epic or any issue attributed to...
in Eazy BI there are root members like "Issues due" and "Issues due Count". But these dont seem to have a time dimension perspective.. i.e if the issue has already been resolved, but we go back...
...Initial report was taken from Dataplane report, but that ended up with the above specified problem, but eazyBI I'm able to get the issue list with Component and open Sprint(still can someone provide...
We have created eazyBI report for estimated efforts vs actual efforts for all projects. The report has project as one the filters. We want to display this report on JIRA dashboard for a certain...
Hi I need to pull a report which shows my version Start date and Release Date but I can't seem to find these dates anywhere with Eazi BI. Any help would be appreciated, Colm
Hi Professionals, I am building an EazyBI report where I have Project in Row and Custom field "Root Cause_1" in Columns. Now the dropdown value of Root Cause_1 are Aggregate(total), similarly...
Hi, I'd like to know how I can create a filter to get the last change of the component field as a custom field in EazyBI. I tried: Case when ([Measures].[Issue Component]) = 'X' then Tail...
So, I have been trying to combine Calculated members with Filters in EazyBi but I keep getting error messages whenever I use the MATCHES filter. The following is what I am trying to achieve...