My trigger works on changing the task status. After which it should edit the task's custom field. I need the custom field to indicate the time it was in the "Sold" status. I don't understand how to implement this correctly.
Hey @Лёня Криволапов
There are a couple of ways to achieve this, I'll only cover the one that doesn't involve using APIs and parsing information like that.
{{now.diff(issue.Date Sold).minutes|hours|days|weeks}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.