eazyBI : How to create metrics to present the names of all task loggers under epic tasks

magic_lee March 25, 2020

I'm a little lost about generate custom Measures, I want to generate the following report:

  1. epic1                          hours spent:166               loggers:  user1,user2,user3 (distinct)
    1. issue1               hours spent:66                loggers:  user1,user2
    2. issue2               hours spent:100              loggers:  user2,user3
  2. epic2
    1. issue3                ....
    2. issue4                .....

How can I wrote the measures of loggers?

Thanks a lot for replies

1 answer

0 votes
Roberts Čāčus
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 17, 2020

Hi @magic_lee ,

 

You can try to use the Generate() function to give you the names of the users who logged time for all the issues under the Epic. Though, I recommend using the Logged by dimension instead. This will ensure better report performance in eazyBI accounts with large issue count. Please have a look at the picture below for the suggested configuration:
Screen-Shot-2020-03-26-at-18-09-50.png

That way, you can even see the work each user logged.

 

Best,

Roberts // support@eazybi.com

Suggest an answer

Log in or Sign up to answer