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

Customfield User Picker "corrupted" after a user is deleted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.11
    • None
    • Issue - Fields
    • None

    Description

      If a customfield holds a value of a deleted user, it can't be updated/read correctly. This is due to the object returned by the userConverter.getUser() is null (when it does the existingValue check, and a new value is inserted into the database:

              if (existingValue == null)
              {
                  if (newValue != null)
                  {
                      newValue = processValueThroughRenderer(fieldLayoutItem, newValue);
                      createValue(issue, newValue);
      
      ...
      

      Attachments

        Issue Links

          Activity

            People

              dylan@atlassian.com Dylan Etkin [Atlassian]
              ekua Eddie Kua [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 3h
                  3h
                  Remaining:
                  Remaining Estimate - 3h
                  3h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified