I am looking for a way to allow editing of own timelogs, but only if the timelog is within the current calendar month. I.e. don't want people editing timelogs from last month.
Is anybody aware of a way I may be able to achieve this?
I have started an automation but just not sure if this is right or if so, what to put in the "Then":
- When Work Logged "Updated"
- If worklogdate < Startofmonth()
- Then ....
Feel like the "Then" should then remove/reverse that logged time or change the logged value to 0 for example
Thanks!
Just as an FYI in case it's helpful for others.. We opted against pursuing this due to possible issues with our integration but instead added a simple automation that notifies the project lead if a user has edited a worklog with a date earlier than this current month so it can be manually resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.