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.
Hey Team,
We have added a customer field named "Inprogressdate" to capture the date and time when an item is transitioned to "In progress" status.
The date is populated from Blank -> date, time when an item is transitioned first time to "In progress" status. For instance, when this item has transitioned all the way through "ready for PO" and then due to some reason gets back to "In progress" status, the field "InProgressDate" gets overridden and captures this date.
I am looking for an automation rule that can either stop this override or can help to restore the initial value.
I followed the steps from this previously answered question, but it failed in my case since the custom field is not a string.
Is there a similar rule that can be used for a "Date Time Picker" type custom field? Any lead would be of great help. Thanks.
Hi Sujitha - Welcome to the Atlassian Community!
Here is what I would do for the rule. Use the trigger for Issue Transitioned to In Progress - but why are you checking all of the statuses it is coming from? Why not simplify the code to just say it transitions to In Progress.
Next, change your Condition to say = Empty. This means the field does not have a value therefore, update the field. Otherwise it will not update the field and override the value that is already there.
Finally, just use {{now}} for the update of the field. You don't need any Advance code. Just put {{now}} in the box for the field.
Thanks John for the quick response.
I got it working! Thankyou so much!😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Glad you got it working.
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.