How do i send notifications for the users if they missing time logging.
- Team are assigned to jira for this week and they include story points.
- Team member misses logging the time
- I has a scrum master needs to check which team member did not log time.
- User should get notification if he missed logging time
- Feature is already there, how to configure
Hello @srinivas.kedarisetty welcome,
You can check with your Jira admin to configure a Automation rule as in the below sample picture. (i have not tested it, this is just an example)
or refer here for more details -
What should be done is:
1. when a work log is created. the rule checks if the value in the worklog field (i have used timespent) is empty, if empty a mail will trigger to the assignee of the issue.
On a lighter note as a Scrum Master -- why dont you check and educate your developers to update the field, this could be a 1 min ask during your daily, that should help them understand its importance.
There could be a huge chance that the developers can miss or ignore an automated notification also :), and are you sure that the developers input the exact time spent value.?
Even after requesting the Developers multiple times, we face this issue.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
maybe they dont understand the value in entering the time.
help them understand why it is important and maybe how it affects the delivery, revenue ..etc...
Jira as a tool will help you get this notification possible, if the automation does not work, there are REST API which can get things done, but in order to get a good working team, its individuals which will help in getting it.!
Another question: You say you are giving story point estimation and ask your developers log time, why so.?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you could use the following Team Playbook play to find out the reasons why time tracking is avoided with your teams:
5 whys
https://www.atlassian.com/team-playbook/plays/5-whys
My +1 for fixing it on an organizational level rather than automation rules or similar in that case.
Regards,
Daniel
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.