I used the following formula to generate story points through automation.
Formula:
"{{#=}}({{issue.Original estimate|0}}/3600)/8{{/}}"
I'm able to generate the story points, but it's generating in decimals. For example, for 40 hours, the story points generated is 0.625.
Hi Mythili,
Welcome to the community!
The Original estimate is saved as seconds in jira, so 40h will be saved as 144.000 and the result of your calculation should be 5 (tested and confirmed).
Did you add a log in your automation to confirm the number?
Can you provide your rule as implemented so we can help debug?
- Tessa
Hi @Mythili -- Welcome to the Atlassian Community!
I am following up to learn if you are still working on this one or if the suggestions resolved it. If resolved, please mark this question as "answered" to help others with similar needs find solutions faster. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.