-
Bug
-
Resolution: Fixed
-
Low
-
6.4.8, 6.4.11
-
None
-
6.04
-
Summary
Anonymous users are unable to set the issue's assignee when given permission by the project's Permission Scheme.
Steps to Reproduce
- Add the group Anyone to the Browse Project and Assign Issue permissions;
- Navigate to a issue as a Anonymous user and press A to assign it to a user;
- When typing a user's name, the error message will be presented on the screen;
Expected Results
The anonymous user is able to select the issue's assignee.
Actual Results
The following error will be presented to the user, preventing him from selecting the assignee.
Also, the below exception is thrown in the catalina.out log:
2016-03-31 11:05:23,488 http-bio-443-exec-10 ERROR anonymous 665x5167x1 1g0dp5x 10.12.53.80 /rest/api/latest/user/assignable/multiProjectSearch [jira.rest.exception.ExceptionInterceptor] Returning internal server error in response java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor705.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ... at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NullPointerException at com.atlassian.jira.rest.v2.issue.UserBeanBuilder.buildMid(UserBeanBuilder.java:303) at com.atlassian.jira.rest.v2.issue.UserResource.makeUserBeans(UserResource.java:1532) at com.atlassian.jira.rest.v2.issue.UserResource.findBulkAssignableUsers(UserResource.java:1040) ... 191 more
Workaround
There are no known workarounds for this.