Issue Summary

    The instruction has not been associated with the combo box present in the "Operations" modal dialog.

    Steps to Reproduce

    1. Open the "Backlog" page.
    2. Navigate to any "issue" present in the backlog and select it.
    3. Navigate to the "More actions" button and press the "." key.
    4. Observe that the "Operation" modal dialog will appear.
    5. Using a screen reader navigate to the mentioned instance.
    6. Listen that the instruction is not announced along with the label text of the mentioned instance.

    Screenshot

    Actual Results

    The instruction "Begin typing for available operations or press down to see all" is not associated with their respective form field present in the Operations modal dialog.

    As a result, screen reader users might miss out on important instructions.

    Expected Results

    The screen reader should announce the instruction along with label text.

    Apply the following changes:

    • Add the "aria-describedby" attribute to the form field.
    • Reference the "id" value of the element used to display the instruction text in the "aria-describedby" attribute.

    Code Example:

    <input aria-describedby="one" autocomplete="off" role="combobox" aria-autocomplete="list" aria-expanded="false" class="text" id="issueactions-field" type="text" aria-busy="false">
    ...
    <div id="one" class="description">Begin typing for available operations or press down to see all</div>

    Workaround

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

    Environment

    MacBook Pro (16-inch, 2021)
    macOs Sonoma 14.3
    Chrome - Version 120.0.6099.109 (Official Build) (arm64)
    Firefox- Version 92.0 (64-bit) 
    Safari- Version 17.3 (19617.2.4.11.8)
    JAWS- Version 2023
    NVDA- Version 2021.2 
    Voiceover - Version Latest

        Form Name

          [JSWSERVER-26183] Backlog: Instruction not associated with the form field

          This issue is reproducible in Jira DC VPAT 2025.

          Shruti Chabukswar added a comment - This issue is reproducible in Jira DC VPAT 2025.

            Unassigned Unassigned
            1833d2e1842a Rahul Patil
            Affected customers:
            0 This affects my team
            Watchers:
            2 Start watching this issue

              Created:
              Updated: