Skip to Main Content
Status Already exists
Categories Reports
Created by Guest
Created on May 6, 2019

Analytics (simple) on Aha feature scores

It would be great to see simple analytics on the aha scores for releases. Even as simple as the sum of all the feature effort scores in a release, and a mean feature score for each release

  • ADMIN RESPONSE
    Jul 22, 2022

    Thank you for submitting this idea! This is possible today via custom worksheet fields.

    In the example below, there is a worksheet at the release level named "Release score metrics" that is calculating the sum of every feature's individual score metrics.


    Each row in the worksheet correlates to an individual score metric at the feature level:


    This is what the worksheet configuration looks like:


    To reference a feature's score metric at the release level, you will use the following syntax:

    self.features[].score{"Enter metric name here"}

    This would output a comma separated list of all of the values (unlikely that you want that). So, we sum the values instead.

    sum(self.features[].score{"Enter metric name here"})

    We hope this helps! Please contact us at support@aha.io if you need any assistance setting this up.

  • Attach files