Disable avatar picture of User Picker custom field in Issue search result

XMLWordPrintable

    • 0
    • 6

      Problem Definition

      Customer has used many User Picker custom fields so the display of the search result tends to get messy.

      Would like to request an option to turn off avatar (pictures) in the Issue search result.

      Suggested Solution

      Some option in the setting to be able to turn off avatars in Search result.

      Workaround

      1. Gave customer workaround according to this article: How to hide elements in Jira using CSS or JavaScript with code below. But the workaround seems to hide similar avatars throughout the entire system (For example: Login avatar at top right hand corner also been hidden).
        <style type="text/css">
        span.aui-avatar.aui-avatar-small
        
        { display: none; }
        </style>
        
      2. The CSS script below may remove the Avatar from the 'navigator-container' only and not from the top right hand corner.
        <style type="text/css">
        .navigator-container span.aui-avatar.aui-avatar-small
        
        { display: none; }
        </style>
        

              Assignee:
              Unassigned
              Reporter:
              fliang (Inactive)
              Votes:
              10 Vote for this issue
              Watchers:
              14 Start watching this issue

                Created:
                Updated: