I want to set up an automation that calculates the end date of an issue automatically based on the original estimate.
Hi @admin
Welcome to the Atlassian Community!
Am I right that you want to have an End Date, which will be set now + Original Estimate?
If yes, you can use this one; it should work
{{now.plusBusinessDays(issue.timetracking.OriginalEstimateSeconds.divide(28800).round)}}
Hi @admin , thanks for your post.
Someone else asked about this today, please see their post for help - https://community.atlassian.com/forums/Jira-questions/How-to-use-Original-Estimate-to-automate-Due-Date/qaq-p/3136933
Best wishes
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.