Hi,
I want to log work when status changes to "Production" to "Time Tracking" field.
Example:
My task created 13 minutes ago. And it took me 13 minutes to change status to "Production". So I would like to add this work to "Time Tracking" automatically.
Any automation rules maybe?
Hi @Javid Huseynli and welcome to the community!
You could do something like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This worked great for me too but then ran into a problem when an issue did not transition for say more than a day.
In this instance I end up with many days or weeks being logged on an issue.
Ideally, I would just like it to log the working mins/hours/days as per my Global time tracking settings.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the exact same issue as Thomas. Does anyone know how to fix that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tough case with automations.
But you can use a timer and track how much time you've spend exactly. Just stop it when you're having a break and resume when you're getting back to your task.
This kind of solution is available via plugins, ie. https://marketplace.atlassian.com/apps/1225080/ezee-worklog-plus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community!
You can create a Time variable using smart values to get the difference between the created and the transitioned time like {{now.diff(issue.created).minutes.abs}}
Then using the Log work action you can pass the value.
Hope this helps
Best regards
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community!
If you would like to consider using a third-party app for time tracking that has built-in automatic timers, I can recommend our Clockwork Automated Time Tracking & Timesheets Free app. I believe it fits well in your needs.
You can use, and set up your workflow statuses to automatically start tracking time whenever an issue is in "active" status:
If you have any questions, you can contact us using our Help Center.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.