Be default a Measures calculated member exists which computes average days in status where status is defined via Transition Status selection.
I am trying to do this same activity but only looking counting Workdays. I feel counting weekends skew the results I'm looking for.
I found documentation for workdays in regards to task resolution, but have struggled when trying to apply it to days in transition status.
Average Resolution Workdays
Avg(
Filter(
Descendants([Issue].CurrentMember, [Issue].[Issue]),
DateInPeriod([Issue].CurrentMember.get('Resolved at'),
[Time].CurrentHierarchyMember) AND
([Time].CurrentHierarchy.DefaultMember,
[Measures].[Issues resolved]) > 0
),
DateDiffWorkdays([Issue].CurrentMember.get('Created at'),
[Issue].CurrentMember.get('Resolved at'))
)
Has anyone done this before?
hey,
I see that eazybi version 4.2.0 as well as in eazyBI for JIRA Cloud supports this feature.
Here's a post explaining how to enable it (look at the Time dimension section)
https://docs.eazybi.com/display/EAZYBIJIRA/JIRA+Issues+Import
hey Lauma,
Is there any update about this feature.
I would like to show working days in transition status too.
Thanks
Tal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Neal!
At the moment, eazyBI does not have a convenient way to calculate Workdays in transition status. Such feature is added to the development queue, but I am not able to give you any forecasts yet.
As issue can get in and out of the status several times then "Days in transition status" is a pre-calculated measure used for 'Average days in transition status'. DateDiffWorkdays(), like DateDiffDays(), works between two dates, it can't be added to a single measure, like a "Days in transition status".
Currently what I can suggest is to use Jira Misc plugin to calculate workdays in transition status. You can get the dates of transitions and calculate the workdays between these dates with this plugin and then import them to eazyBI.
More about Jira Misc https://docs.eazybi.com/display/EAZYBIJIRA/JIRA+Misc+Custom+Fields .
If you are ready to use this plugin and would need assistance to create some calculations to get workdays in particular transition status, please let me know to support@eazybi.com!
Kind regards,
Lauma / support@eazybi.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.