Hi, I have set a custom field called "todotime", I want to trac the time when one issue is transfered from "todo" to "inprocess".
I fill it like this, but it does't work, is there some rules?
Hello @靳光光
If you want to set the field to the current date and time for when the transition occurs you need to use this value:
'%%CURRENT_DATETIME%%'
This is mentioned farther down on that screen.
Thanks
@Trudy P Claspill it is possible field with others smart values?
No. Smart values are used in Automation Rules. They are not used in Workflow Transition Post Functions.
If you want to use variables in workflow transition post functions you will need to consider third party applications that can extend the functionality of workflow post functions.
It looks like you're new here. Sign in or register to get started.