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,560,554
Community Members
 
Community Events
185
Community Groups

Structure Formula

Good afternoon everyone,


I am new to Structure Formula but I am wondering if it is possible to have in structure a field that calculates based on past 6 months completion rate when all items will be resolved (burndown).

So for example:

Team A (Jira Group, i have a special field that extracts that info) resolved 17 items in the past 6 months which results estimate date finished of the left 24 items in DATE. 

and another formula that simply says when (based on Estimates) is Team A going to deliver 

 

Thank you in advance

Ionut Caravan

1 answer

1 accepted

2 votes
Answer accepted
Nicholas Ellis _ALM Works_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
Jun 03, 2022

Hi Cristian,

Welcome to the community!

To do this in a formula column we would likely have calculate our burndown rate based on the past 6 months.  Which could simply be a structure of all completed issues in that time that rolls up the estimates.  This should get us to a number like 108 story points over 6 months.  This gives us 18 points per month.  

Then looking at work to be completed we can create a structure of our backlog (ideally ordered by rank) to create a formula like so:

WITH months = ROUND(SUM#preceding{storyPoints} / 18, 1) :
  CONCAT(months, "m")

Then as you go further and further down the backlog you can see how long it should take to get to each item, in number of months.  The preceding modifier keeps adding the estimate of issues above so as we get lower and lower in the backlog our estimate increases.

The other option of course is there are other tools for doing precisely this.   You can checkout the list here.  Full discloser ALM Works does make one of these such tools.

Cheers,
Nick [ALM Works]

Thank you very much Nicholas, will look into using what you mentioned.

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events