Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-60425

Unable to set assignee as a anonymous user

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 7.0.0
    • 6.4.8, 6.4.11
    • None

    Description

      Summary

      Anonymous users are unable to set the issue's assignee when given permission by the project's Permission Scheme.

      Steps to Reproduce

      1. Add the group Anyone to the Browse Project and Assign Issue permissions;
      2. Navigate to a issue as a Anonymous user and press A to assign it to a user;
      3. 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.

      Attachments

        Activity

          People

            lbugs Lucas Bugs
            lbugs Lucas Bugs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: