You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi
I am using a formula for building a column that calculates the sum of the points for the US included in an EPIC
I built my structure with the following element :
* Add issues belonging to epics
* Insert issues: project = "xxxx" and summary ~ "AMC" and issueType=Epic
If I use the column story points / sum over sub-items, I got the sum of the children story points AND the story point if the parent (the EPIC) whereas I would like to get only the sum without the Epic Story point.
In the column formula the following formula gave me no result.
SUM#children{"Story Points"}
I see that the COUNT#children{"Story Points"} gives me the number of tickets getting story points. But the SUM doesn't seem to work...
Is that a bug?
Many thanks in advance for helping me,
Agnes
I'm on Structure Cloud, and this syntax was accepted:
SUM#children{storyPoints}
but this syntax was not:
SUM#children{"Story Points"}
Hope this helps :fingers-crossed:
Yes ! It works !! Many thanks
To be honnest I tried also SUM#children{StoryPoints} but it was wrong when I wrote the message.
Today both SUM#children{StoryPoints} and SUM#children{storyPoints} (with uppercase or lowercase for the first letter) => all work !
Well, that's ok so :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.