Improvement
Updated dependencies
Dependencies has been updated.
Bug fixes
IllegalArgumentException when sending email notification for virus scanning if email address is empty
Fixed IllegalArgumentException if user’s email address is invalid:
Exception running VirusScanningJob
java.lang.IllegalArgumentException: 'To' is a required field
at com.atlassian.mail.Email.<init>(Email.java:55)
...
Email address is now checked and users with invalid email address will be skipped.
Portal customers unable to upload attachments via REST API
Fixed ForbiddenException when customers upload attachment via /rest/servicedeskapi/servicedesk/{portalId}/attachTemporaryFile:
com.atlassian.servicedesk.api.ForbiddenException:
You don't have permission to access this service project.
Issues resolved