Create issue: Missing explicit association of form fields

XMLWordPrintable

    • Severity 3 - Minor
    • Accessibility

      Issue Summary

      The custom fields "Severity", "Root Cause". and "Vendor" are not associated with their visual labels.

      Steps to Reproduce

      1. Open the Jira Cloud homepage.
      2. Activate the "Create" button located in the header -> A dialog appears.
      3. Using a screen reader, navigate to the custom fields.
      4. Note that the screen reader (NVDA / JAWS) announces the custom fields only as "Select field" without their visual label.
      5. Inspect the code of these fields.
      6. Observe that these fields are not programmatically associated with their visual labels.

      Screenshot

      Screen Recording

      https://www.loom.com/share/913af65aeea14ac58d36b6f9f334f43e

      Actual Results

      The custom fields "Severity", "Root Cause". and "Vendor" within the "Create Issue" dialog lack explicitly associated accessible names. When utilizing screen readers such as JAWS or NVDA, these fields are announced only as "Select field" without any reference to their corresponding visual labels.

      As a result, screen reader users might not understand the purpose of the mentioned custom fields.

      Expected Results

      The screen reader should announce the visual label for the custom fields correctly. 

      In this cae, add an aria-labelledby attribute to the <input> element, referencing the id of the associated <label> element. This ensures screen readers announce the correct visual labels "Severity", "Root Cause". and "Vendor" for each custom field instead of the generic "Select field" text from the aria-label attribute.

      Code Snippet:

      <label id="customfield_10256-field-label" for="customfield_10256-field" ...>Severity</label> 
      (...)
      <input aria-labelledby="customfield_10256-field-label" id="customfield_10256-field" role="combobox" ...>

      Note: This code example is intended only as a general illustration of how to address the violation and should not be considered a complete or production-ready solution. If you have any questions, please attach this ticket to a #help-accessibility request.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available.

      Environment

      MacBook Pro (16 inch, 2021)
      macOs 26.4
      Windows - 11 pro
      Chrome - Version 148.0.7778.97 (Official Build) (arm64)
      Safari - Version 26.4 (21624.1.16.11.4)
      JAWS - Version 2026
      NVDA - Version 2024.4.2.35031
      Voiceover - Version Latest

        1. Recording 2026-05-25 151959 (1).mp4
          21.07 MB
          Anusooya .
        2. Screen Recording 2026-05-25 at 4.37.58 PM.mov
          8.97 MB
          Anusooya .
        3. Screenshot 2026-05-14 at 4.33.31 PM.png
          622 kB
          Anusooya .
        4. Screenshot 2026-05-25 at 3.22.00 PM.png
          558 kB
          Anusooya .
        5. Screenshot 2026-05-25 at 4.46.39 PM.png
          625 kB
          Anusooya .

              Assignee:
              Roopal Jasnani
              Reporter:
              Anusooya .
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: