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
Hi,
I want the field "start date" to change the minute the user change the issue status - so when user changes issue status to "in progress" the start date of the current day will update.
is that possible?
Thanks!
Hi @Tal.Elbaz ,
welcome to the Atlassian community!
Please specify if your jira is on the cloud or local. Btw, you can put in place that behaviour just working at workflow level.
In particular, on your transition/s in "In Progress" status, you need to add a post function Update Issue Custom Field with Issue Custom Field "start date" and %%CURRENT_DATE%% or%%CURRENT_DATETIME%% (depending if start date is a date or datetime field) as value.
For more information about how to edit a workflow please read the following documentation https://support.atlassian.com/jira-cloud-administration/docs/edit-an-issue-workflow/
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.