How can I count issues with overdue SLA?

Alina Gritskikh April 18, 2016

Hello,

I have SLA time as issue property, and I need to show for each day the amount of issues which SLA is later than the date. How can I do it?

 

1 answer

0 votes
Lauma Cīrule
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 21, 2016

Hi Alina,

Custom field with date can be imported as measure, then a new measure 'Issues with ..custom date..' will be created for you. See more details here https://docs.eazybi.com/display/EAZYBIJIRA/Custom+Fields#CustomFields-Measureswithcustomdatefields.

You can use this measure in cumulative calculation with PreviousPeriods function as follows

Cache(
  NonZero(Sum(PreviousPeriods([Time].CurrentHierarchyMember),
    [Measures].[Issues with SLA time]
  ))
)

When Time dimension is on rows, this Measure will show how many issues had the SLA time before the end of each period that is selected on rows.

Let me know if there is anything else I can assist you with!
Kind regards,
Lauma / support@eazybi.com 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events