Update Old Worklog Permission

Defaultly, JIRA allows Worklog update through EDIT WORLOG Permission.

Minyaa Suite introduces the permission EDIT_OLD_WORKLOG to extend this control as follow ...



A Worklog is updatable by a User if he has

  • the Permission to Update the Wroklog (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.