Average age of Sub-tasks in issues in Epic

Hello,
I would like to ask for help with formula, which I am trying to complete for days. I would like to have:

  • Average age - DateDiff between Created date and now. Not resolution date.
  • Of sub-tasks with specific values in CustomFields. For example [Client].[ValueA] or [Client].[ValueB]
  • In all issues of given Epic - The Epic will be used, shown trough Issue dimension.

So far I have tried that for all issues in Epic, but I have difficulties to dig deeper and get it only for certain Clients.

I will be glad for any help.

Hello!

You may use Issue dimension Epic hierarchy in rows (Epic level issues) to get all epics listed in the report. Then add, in Pages, dimension “Issue type” and select “Sub-task” (or, if you have several sub-task types, select all of them). Now, you have epics in rows, but values would be calculated only from their sub-tasks.

  1. Average age
    Use standard measure “Average age days” (Measures > Calculated members).

  2. Of sub-tasks with specific values in CustomFields
    Add, in Pages, “Client” dimension and select “ValueA” to get all measures calculated from sub-tasks (as you already have sub-task types selected in Pages) with ValueA as a client.

  3. In all issues of given Epic
    When Issue Epic dimension is selected in rows, measure “Issues created” gives the total number of issues per epic and accordingly to the Page selection.
    When “Issue type” = Sub-task is selected in Pages, this measure returns a number of sub-tasks per epic; if also “Client” = ValueA selected in Pages, the measure shows the number of subtasks with client ValueA for each epic.

Hope it gives you results you are looking for!

Ilze, support@eazybi.com