Currently, there is no built-in feature to mark the Time Tracking field as mandatory for team-managed projects. This is essential for accurately calculating the efforts spent by the team. Since it remains a non-mandatory field, I often notice gaps in effort tracking. Although we create alerts through JIRA automation, we still struggle to achieve 100% effort calculation.
Could you please suggest the best approach for time tracking in this context?
Hi @Nandhini M
You may want to try out third-party Apps for Time tracking.
Clockwork Free or PRO allows you to add a validator/condition to ensure time is tracked on issues.
The Workflow condition will hide the option to transition an issue unless time is tracked in any previous status.
The Workflow validator is executed when an issue is transitioned. If the validation fails, the issue will not be able to transition to the next status, and the user will see an error message. The Clockwork time logged validator ensures time was logged in the status the issue is transitioning from.
Please here for more details.
If you would like to explore this option, we'll be glad to help you set it up, please reach out here.
Hey @Nandhini M
You could always get around this by making a blocker on the workflow and an automation to manage that blocker. Stay with me!
Step 1: Prohibit marking a ticket as Done if no time has been logged
Step 2: Create an automation to set "Has time logged" to "Yes" when someone logs time
That should do it for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.