-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
Component/s: Work Item - Activity Panel
-
Severity 3 - Minor
-
Accessibility
Issue Summary
The non-descriptive label "More information about this user" is specified for the buttons.
Steps to Reproduce
- Open the Jira Cloud homepage.
- Navigate to the Sidebar, expand "Spaces", and open any space.
- Navigate to the "List" link, activate it, and open any work item from the data table.
- Using a screen reader, navigate to the "More information about this user" buttons in the "Additional Assignees" section.
- Observe that the button is announced as "More information about this user" instead of a user-specific label, such as "More information about Chirag Goyal".
Screenshot
Screen Recording
Actual Results
When screen reader users navigate to the "More information about this user" buttons in the "Additional Assignees" section, each button is announced with the same non-descriptive label: "More information about this user". This occurs because the aria-label attribute uses a generic value rather than a user-specific label, such as "More information about Chirag Goyal".
As a result, multiple buttons have identical accessible names, making it difficult for screen reader users to determine which assignee's information will be displayed when a button is activated.
Expected Results
Screen readers should announce a descriptive and unique accessible name for each "More information" button.
In this scenario, the aria-label value should include the associated assignee's name (for example, "More information about Chirag Goyal") instead of the generic label "More information about this user". This will enable screen reader users to clearly identify the purpose of each button and distinguish between multiple assignees.
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:
<span role="button" tabindex="0" aria-expanded="false" aria-haspopup="true" aria-label="More information about Chirag Goyal"> </span>
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 - 148.0.7778.179 (Official Build) (64-bit)
Safari- Version 26.4
JAWS- Version 2026
NVDA- Version 2025.3.3
VoiceOver - Version Latest