Issue View: Priority change is not announced to screen reader users after selection

XMLWordPrintable

    • Severity 3 - Minor
    • Accessibility

      Issue Summary

      The priority updates are not announced to screen reader users upon selection.

      Steps to Reproduce

      1. Open the Jira Cloud homepage.
      2. Navigate to the Sidebar, expand "Spaces", and open any space.
      3. Navigate to the "List" link, activate it, and open any work item from the data table.
      4. Using a screen reader, navigate to the “Edit Priority” button and activate it.
      5. Press "Down Arrow" to navigate the "Priority" listbox and "Enter" to select a value (e.g., "Low").
      6. Observe that focus returns to the "Edit Priority" button, but the updated priority is not announced.

      Screen Recording

      Priority Announcement Issue

      Actual Results

      When screen reader users navigate to the "Edit Priority" button and activate it, a "Priority" listbox is displayed. Upon selecting a value (e.g., "Low") using the Enter key, focus is returned to the "Edit Priority" button and the selected priority is updated and displayed on the page.

      However, the updated priority is not programmatically announced to screen reader users after the listbox is closed. As a result, users relying on screen readers do not receive feedback confirming that the priority change was successfully applied.

      Expected Results

      The selected value should be programmatically announced to screen reader users to confirm that the action was successfully completed.

      Dynamically update the aria-label of the <button> to include the selected priority value (e.g., “Edit Priority, Low”, “Edit Priority, Medium”, “Edit Priority, High”, etc.), so the accessible name always reflects the current selection.

      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.

      Code Snippet:

      <button aria-label="Edit Priority, Low">
      </button> 

      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 Tahoe 26.4
      Operations - Windows11
      Chrome - Version 147.0.7727.56 (Official Build) (64-bit)
      Safari- Version 26.4
      JAWS- Version 2023
      NVDA- Version 2025.3.3
      VoiceOver - Version Latest

              Assignee:
              Unassigned
              Reporter:
              Chirag Goyal
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: