Hello, my team asked me to add a 'log work' action upon task transition between statuses.
So I've added a new screen with 'Log work' and used it in my workflow.
But there is a catch, now people are unable to add 'work description' like they normally do when using time tracking UI inside an issue.
Time log on the transition screen
Time log in time tracking UI
Maybe with help of automation and JSON I can create a rule, which will 'edit' recent time log entry and add an automatic description based on status (if the status is/was 'in progress' then 'work description' = coding)?
That could solve many issues, especially a problem with unified work description (some people type 'code', 'coding', 'programming', 'с0dez' etc.).
1. Is it possible to edit the log work entry?
2. I cant understand which action I should select
3. And how to update just 'work description' data, leaving everything else intact.