Hi there!
I have got the following Jira structure:
Context:
- I have a column type progress based on status, with different % for each Status.
This gives me for each of the 8 components:
-->the progress for each US
-->the progress of the Epic: average of each US progress
-->the progress of the component: average of the Epic progress
- I have a column, weighted progress, with the following formula: SUM{story_points*progress}/100
This gives me for each of the 8 components:
-->the weighted progress of each US
-->the weighted progress of the Epic: addition of each US weighted progress
--> the weighted progress of the component: addition of each Epic weighted progress
The problem is, that I'd like to have for each component: the average of each Epic weighted progress instead.
In order to solve this, I have tried adding another column with a custom formula, but I can't solve the problem.
The formulas I have tried:
Formula 1)
if level=1:
AVG
{
SUM{story_points*progress}/100
}
Formula 2)
SUM{story_points*progress}/100/COUNT{epica}
I hope somebody can help me :)
Thank you in advance!!!
Best regards
Hello @Adriana Domínguez Eguiarte
You can try a formula like this: avg{storypoints}*progress without using the sum function. The formula will get the average Story Points value in each Epic's branch and multiply it on the Epic's own average status-based progress.
I hope tis helps. If you need further assistance with the formula or have other questions about Structure, please reach out to us directly at our support portal and we'll get back to you shortly.
Best regards,
Stepan
Tempo (the Structure app vendor)
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.