Overview
Natively, JIRA allows Worklog update through Edit own worklogs and Edit all worklogs Permissions.
Minyaa Time introduces in Worklog Create Closure concept and its associated Project Permission : Create Old Worklogs.
If you enable the Worklog Update Closure feature, you will be able to allow some of your users to override these new rules by granting them with the Project Permission Update Old Worklogs.
How to enable
Go to Minyaa Settings page and set to Yes or No the relevant setting ...
How it works
When enabled, by granting the Update Old Worklogs Project Permission to only allowed users, only them will be able to override Worklog Update Closure rules;
A Worklog is updatable by a User if he has
- the Permission to Update the Worklog (EDIT WORLOG Permission),
- And the Permission to Update the Old Worklog.
The Permission to Update the Old Worklog is evaluated if :
- the user has not the Project Administration Permission
- and the user has not the EDIT_OLD_WORKLOG Permission
- and the WorklogUpdateDelay ("Worklog.Update.Delay.In.Days" in Application Properties) is positive.
The condition is evaluated as follow :
- Today is not older than EOM-1M+nD (End Of Last Month + n Days), where n is provided by the WorklogUpdateDelay parameter.
The WorklogUpdateDelay ("Worklog.Update.Delay.In.Days" in Application Properties) may be modified through the Minyaa Settings page.

