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,308
Community Members
 
Community Events
184
Community Groups

Can structure.gantt calculate start date using manually set finish date and the original esrimate?

Edited

I have configured my Gantt for structure to use manual scheduling and my Finish date is based on a formula that uses custom field. I want the Gantt to calculate the start date using the finish date and the "Original Estimate".

My task bars correctly pick may custom field to use as the finish date, but the start date is not calculated on the basis of formula I entered (Gantt Finish date - original Estimate).

I have two other issues: a) I was able to use a variable called OriginalEstimate and set it to Original Estimate in the formula for start date but cannot find it in standard attributes when I try to use it to set fixed duration based in that section b) I don't know if need to use work estimates section preceding the manual scheduling at all.

I thought I will post some snapshots of my configs. Here is issue configuration.

image.png H

 

Here is my Gantt scheduling configuration

image.png

And finally, here is how it appears on the gantt chart

image.png

2 answers

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.
May 17, 2023

Hello @Surekha Gupta ,

For the formula, you will want to use the JIRADAYS function to convert the original estimate into strictly days and then use the DATE_SUBTRACT function to count back from your end date the number of days returned.

Something like this:

DATE_SUBTRACT(codecompletetargetdate,JIRADAYS(OriginalEstimate),"day")

For problem a) this is due to how that particular field is formatted.  You can try using the formula below.  That being said, your duration is going to come from your end date and formula above, so you probably just want to leave it set to "Store in Gantt chart"

JIRADAYS(OriginalEstimate)

For problem b) if you're always going to have the Finish Date and Original Estimate populated for each issue, you probably do not need to use Work Estimates.  You can leave them as is and know that if you see them being used it is most likely because one of the fields I mentioned is not populated.

Hope this helps!

Best,
David

sorry, instead of editing my post I added information as answer, ignore. I am still hoping someone can help me figure how to draw "ETA based scheduling chart."

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events