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.
Our team is utilizing Jira Cloud - and we have a straight forward process of Estimating all of our work and setting it to "To Do" to grab as we go. I want to be able to automate the Due Date field so that when our devs transition the issue to "In Progress", and if the due date is empty, set the Due Date to when it's transitioned (now) to (now + Original Estimate).
The automation rule in Jira is easy for setting up the conditions, but the action for adding the Original estimate is where I'm blocked.
From this documentation: https://support.atlassian.com/jira-software-cloud/docs/smart-values-date-and-time-functions/ I can only find syntax for {{now.plus[insertknownquantity]}}
How do I get that [insertknownquantity] to not be a fixed time, but instead pull from the Original Estimate field?
Hey @Joe Mueller ,
We have recently published a kb article to add Orginal estimate to a date field using Automation for Jira. Hope this helps :)
Thanks
Swati
Works great! Thanks!
This should be a standard feature without automation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did some digging and other colleagues were able to provide some info. I didn't know you could embed smart values inside smart values in the rule action.,
So using {{now.plusBusinessDays(issue.timetracking.remainingEstimate.days)}} actually gets the result I was after!
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.
This was helpful info, thank you! But we currently aren't using ScriptRunner as a plugin.. we may be integrating soon but for now just trying to utilize the automation rules that Jira Cloud provides.
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.