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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I've got a formula that gives a calculation of all dependencies in a structure but I tried changing it to show a count of dependencies in a backlog state only which brings back a blank column.
Am I missing something obvious?
The formula is currently this:
WITH count = issuelinks.FILTER($.type = 'Depends' and $.status!="Done").Size():
if (count>0; count; "")
I changed the !="Done" to ="Backlog".
Hi @Tomas Lynn ,
Welcome to the Community!
The issuelinks item property is not yet available on Cloud, which is the hosting platform you have tagged. It should be giving you red text as an unknown variable. So, if you're not seeing that, maybe you are not on Cloud.
Either way, we should check before we proceed. If you see "Show Generators" at the top of a Structure, then you are on Cloud. If you see "Automation" at the top, you are on either Server or Data Center.
You mention that you have a formula of all dependencies in the Structure. Could you describe what you mean? A screenshot of your hierarchy and formula column would be helpful as well.
I look forward to your response.
Best,
David
Turns out that the formula I thought was working didn't actually filter anything out to begin with, so it's less a case of my changes not working and more Jira finally noticing my formula was unworkable and spitting out no data. :)
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.