I added a custom field and now want to create an automation that will timestamp it when I move from one column to the next:
My automation so far:
When: Issue Transitioned FROM To Do TO In Progress
Edit Issue > More options
{
"Custom Field Name_10424" :
}
Is this the right way to do it? I did not see custom fields under the Choose fields to set... drop down. If I need to code under More Options, what is that code?
I appreciate ya!