Hello @shyam prasad
Thank you for sharing your Structure Formulas question here on the Atlassian Community
You could try the below formula and see if it works:
SUM{if(OriginalEstimate != 'Empty'; OriginalEstimate)}
You would need to change the Format to Duration, by selecting it on the dropdown list right next to the "Options" field. Please refer to this article for more information - LINK
Please let me know if it helps and don't hesitate to contact us if you need any further assistance.
Best Regards,
Dionathan Lopes
[ALM Works]
Hi dionathan,
I do not see the sum values in my formula column. I want the sum of original estimates in formula. The sum needs to be in hours.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @shyam prasad
Thanks for letting me know.
In this case, you could try to add a column "Σ Original Estimate" and, for example, group issues by teams in your structure, and then the Original Estimate will be summed up for issues in each team-based group.
If you need further assistance with this, please reach out to us directly at support.almworks.com and we'll take a detailed look at your set-up.
Best Regards,
Dionathan L
www.almworks.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey thanks for the post!
Do you know what the formula is for a column indicating the remaining issues' original estimates, basically subtracting the done issues' estimates from the total estimates?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jessica Wang
You can do it with a formula like this:
sum{originalestimate} - sum{if status = "done": originalestimate}
I hope this helps. If you need further assistance or have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.