OOO 3.2.1 Release Notes
Bug Fixes
Unable to un-assign or re-assign issues
Happens if the coverer is a new user or have not saved the OOO options before.
Exception thrown in logs:
2021-12-08 09:29:05,308+0800 http-nio-8080-exec-56 ERROR admin 568x125950x1 2dmuxn 128.1.255.8 /secure/AjaxIssueAction.jspa [c.a.event.internal.AsynchronousAbleEventDispatcher] There was an exception thrown trying to dispatch event [com.atlassian.jira.event.issue.IssueEvent@4014d296[issue=TEST2-7,comment=<null>,worklog=<null>,changelog=[GenericEntity:ChangeGroup][issue,10006][author,JIRAUSER10000][created,2021-12-08 09:28:47.587][id,10835],eventTypeId=2,sendMail=true,params={eventsource=action, baseurl=http://128.1.8.6:8080},subtasksUpdated=true,spanningOperation=Optional.empty]] from the invoker [SingleParameterMethodListenerInvoker{method=public void com.akelesconsulting.jira.plugins.OutOfOfficeListener.onIssueEvent(com.atlassian.jira.event.issue.IssueEvent), listener=com.akelesconsulting.jira.plugins.OutOfOfficeListener@1bc51469}]
java.lang.RuntimeException: Listener: com.akelesconsulting.jira.plugins.OutOfOfficeListener event: com.atlassian.jira.event.issue.IssueEvent
...
Caused by: java.lang.NullPointerException
at com.akelesconsulting.jira.plugins.OutOfOfficeListener.checkSelfAssignment(SourceFile:1017)
at com.akelesconsulting.jira.plugins.OutOfOfficeListener.checkOoOForAssignee(SourceFile:333)
at com.akelesconsulting.jira.plugins.OutOfOfficeListener.onIssueEvent(SourceFile:203)
Unable to highlight out of office users
The highlight does not work when user is out of office.
Out of office banner is not displayed
The banner is displayed only if user has both one-time rule and out of office period set up.