Release Notes for 6.4.0
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
Issue Type | Issue Key | Summary |
---|---|---|
Bug | IllegalArgumentException when sending email notification for virus scanning if email address is empty | |
Bug | Portal customers unable to upload attachments via REST API |