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)    

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

            SET Analytics Bot made changes -
            Support reference count Original: 5 New: 6
            SET Analytics Bot made changes -
            UIS Original: 26 New: 27
            Sandip Shrivastava made changes -
            Link New: This issue duplicates JRASERVER-78598 [ JRASERVER-78598 ]
            Bartosz Ornatowski made changes -
            Status Original: Needs Triage [ 10030 ] New: Short Term Backlog [ 12074 ]
            SET Analytics Bot made changes -
            UIS Original: 2 New: 26
            SET Analytics Bot made changes -
            UIS New: 2
            SET Analytics Bot made changes -
            Support reference count New: 5
            Security Metrics Bot made changes -
            Labels New: ril
            Security Metrics Bot made changes -
            Remote Link New: This issue links to "Internal ticket (Web Link)" [ 1002067 ]

            Also see this at V10.3.4

            Sergio Filipe added a comment - Also see this at V10.3.4

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

                Created:
                Updated: