Good day,
we are using Jira cloud and users are logging time on the task they do. Would like to know if it is possible at the end of working day to send every user who logged less, than 6 hours total time email, saying:
"Dear user, today you have logged less than 6 hours on your tasks, please review tasks and log time."
If it is possible (without additional paid plugins) please help to understand how.
Thank you!
There isn't anything built-in which easily allows seeing the number of hours logged, day by day.
Three possible work-arounds are...
Kind regards,
Bill
Hi @Alexey Byzov ,
You can do this using Jira Automation.
1. Create a 'Scheduled' trigger everyday at a given time
2. Create 'Advanced Compare Condition' to check the logged hours
3. Add 'New Action' -> Send Email
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, i do not get it.
How Auotmation will define user to send email to?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And is it possible to get value {{worklog.updated.diff(now).hours}} - to put in templates in email?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{{worklog.updated.diff(now).hours}} returns the difference between now and the last update on the worklog, so if we check if it was updated in the last 6 hours we do not get the expected result - we just check if the last update to the worklogs on the issues in scope was within the last 6 hours.
What @Alexey Byzov is asking for is to find and notify users who tracked less than 6 hours total in a given day.
I don't think it's possible in Jira itself without using external tools or apps. Honestly, I don't know of any app that has this capability at this time, but it may be worth the time to look up free time-tracking apps in the Marketplace.
Our App, Clockwork Free, does not have this capability at this time. We are working on something related, but have nothing to show for it yet.
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.