To stop reminding staff to log their time when they complete Jira tickets, I'd like to enforce logging their time before they can transition a ticket status in Jira.
Ideally, enforcement would be implemented when they attempt to update the ticket status as "resolved"
Tempo Products | Tempo Timesheets |
Tempo Platform | Cloud |
Jira workflows can already block a transition if the
timespent
is zero. I assume you want a more flexible rule where a transition is blocked unlessany time has been logged in the current status,
the currently assigned user has logged any time on the issue ever,
the user trying to transition the issue has logged any time on the issue ever,
…