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 have a custom number field in my project, and I want to automate in such a way that, whenever I enter the value in that custom number field in stories, it should sum up those values in original estimate.
I wrote an article about how to sum values from the original estimate on this article https://community.atlassian.com/t5/Jira-discussions/Atlympics-Automation-Calculate-the-sum-of-original-estimate-of/m-p/1767040#M15235
Yeah but that is for time tracking field, but i have a custom field called "approx estimate required", so I want to automate in such a way that whenever i enter value in my custom field it should calculate the sum in original estimate field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So replace the "Story Point" field with your custom field.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Audit log shows success but it doesn't change any value in original estimate field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try like this:
If you place a number on a number field, then if you divide it by 60, you might get a number close to 0. Thus original estimate would be zero. It's always good to add a log to know what value your smart value will return.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, its working now, but it shows value in minutes not hours, is there a way to segregate in such a way that i can get value in hours, minutes and seconds
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have set your default time tracking unit to be minutes:
Then the value you must enter on the original estimate should be in minutes. If that value exceeds e.g. 60, then it will automatically change to "1h". Seconds are not supported in time tracking.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.