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.
Lets say i wanted to count the number of times a formula created a specific output
custom formula :
if (issuetype = "task" and assignee = undefined"; "missing assignee")
then the count formula would be;
if(issuetype = "feature";
if(count{customformula = "missing assignee"}>0;"Missing Assignee")
but its not working, any help greatly appreciated
Thanks for your answers but i have fixed the issue with trial and error
if( issuetype = "task";
if( labels = undefined and assignee = undefined;
"Missing Labels & Assignee";
labels = undefined;
"Missing Labels";
assignee = undefined;
"Missing Assignee");
if( issuetype = "feature";
if( sum{count{if ( taskcheck != undefined;1)}};
"Fail";
"Pass")))
then the variable taskcheck;
if( issuetype = "task";
if( labels = undefined and assignee = undefined;
"Missing Labels & Assignee"; labels = undefined;
"Missing Labels"; = undefined; "Missing Assignee"))
Now all stays in a single column but works on the level that is needed
Hello Ian,
David from ALM Works here.
Based on what you have described, I believe this will help:
If(customformula = "missing assignee",1)
Then select the "Sum over sub-items" option
This will convert the results from your first formula into a number and then the Sum will be calculated at the "parent" levels of the hierarchy.
Please let me know if this helps!
Best Regards,
David Niro
www.almworks.com
support@almworks.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ian - Welcome to the Atlassian Community!
I am a little confused - formuals/filters don't create outputs. They simply show details about your issues. It is things that trigger an event like updating an issue or transitioning an issue that creates output.
Can you describe the exact scenario of what you are wanting to capture?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to respond but it will not let me due to "posting the same thing elsewhere" which i have not done.
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.