Create Old Worklog Permission
Defaultly, JIRA allows Worklog update through EDIT WORLOG Permission.
Minyaa Suite introduces the permission ADD_OLD_WORKLOG to extend this control as follow ...
A Worklog can be created by a User if he has
- the Permission to Update the Worklog (EDIT WORLOG Permission),
- And the Permission to Add the Old Worklog.
The
Permission to Add the Old Worklog is evaluated if :
- the user has not the Project Administration Permission
- and the user has not the ADD_OLD_WORKLOG Permission
- and the WorkableDelay ("Worklog.Create.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 WorkableDelay parameter.
The
WorkableDelay ("Worklog.Create.Delay.In.Days" in Application Properties) may be modified through the
Minyaa Settings page.