Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,983
Community Members
 
Community Events
184
Community Groups

Question with the Count {} forumla

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

3 answers

1 accepted

0 votes
Answer accepted

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 

0 votes
David Niro _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 20, 2021

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

0 votes
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 20, 2021

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? 

I am trying to respond but it will not let me due to "posting the same thing elsewhere" which i have not done.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events