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 have a weird issues with Structures. Here is my formula
IF JQL {issuetype in ("Mega Epic", "Epic", Initiative) } :
SUM {
IF JQL { issuetype not in ("Mega Epic", "Epic", Initiative) and status in (Open)} :
columnSP
else :
columnSP = 0
}
with this said, below is the screenshot of the problem on my structure board. No tickets are in the "Open" status but I still see story points = 2 (highlighted in red). Why is this happening?
I did a little digging and it's because of the 0 story point issues. There's something wrong in the instance when Story = closed and story points = 0. Is this a bug?
Got it, instead of
columnSP = 0
in the else statement, I just put 0 and it worked :D
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.