It is extremely important for our company that employees log time.
But they periodically forget to do it. Is it possible to make a setting
(plugin) so that employees have access to the main functionality blocked
until they log time?
You can achieve this very easily,
Jira doesn't store full login history in DB, but you can write simple sql query to fetch that information and store that somewhere else. You can also find login information in security logs of jira.
Hi @Maxim Kovalev ,
I have different opinions on this case.
I think it's important to make it easier for users to enter the workload through automation or other simple ways, rather than making functional restrictions before entering the worklog.
Looking forward to other community partners give good solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest using post function in the workflow to require updating the field or requiring the field to not be empty when transitioning to Done or other status. Of course there is noting you can do to enforce accuracy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
You cannot implement such a configuration without complex customization using scripts. However, you can impose a restriction on the movement of tasks, make time logging mandatory when the status changes. That is, your users will not be able to finish work on the task without filling in the time.
Also, look at the capabilities of the TEMPO plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.