Issue Summary

      The Assignee, Reporter and Request Participant field now features word wrapping, which complicates the process of selecting the appropriate user for the list.

      Steps to Reproduce

      1. Create an issue in JSM project
      2. Try to add any user with a long display name or email id.

      Expected Results

      Complete email-id is being shown

      Actual Results

      Email Id is getting word wrapped

      Workaround

      1. Right-click on the Issue View screen and select "View Page Source."
      2. Search for the keyword "Assignee/Reporter/Request Participant" and locate the relevant sections.
        <label for="customfield_XXXXX">Request participants:</label>
        ...
        <span id="customfield_XXXXX-val>" data-name="Request participants:" data-fieldtype="sd-request-participants" ...
        
      3. Extract the customfield span id from the span id section.
      4. Add the announcement banner below with the correct span id.
        <style>
          #customfield_XXXXX-val {
              width: 400px !important;
              max-width: 100% !important;
          }
        </style>

       

      Versions Tested

      Please confirm all versions that have been tested for this issue, and indicate whether the tested version is affected or not affected, below: 

      Testing Requirements Version Affected Version
      Customers Reported Version 10.3.3 Yes
      Most Recent Bug-Fix Release    
      Previous Major Release 10.0.0 No
      Most Recent LTS    
      Previous Supported LTS    
      Other Versions.. 10.1.1  Yes
      (Add rows as needed)    

          Form Name

            [JSDSERVER-16131] Assignee, Reporter and Request Participant fields gets word wrapped

              Unassigned Unassigned
              3814e4a56ec7 Aniket Ranjan
              Affected customers:
              1 This affects my team
              Watchers:
              6 Start watching this issue

                Created:
                Updated: