Issue Summary

    Identical and inappropriate label "Create issue Create issue" is specified for several buttons in the main content area of the page.

    Steps to Reproduce

    1. Open the "Backlog" page.
    2. Navigate tto the main content.
    3. Using screen reader, navigate to the mentioned buttons.
    4. Listen that the button's label is identical and inappropriate.

    Screenshot

    Actual Results

    On Backlog  page, even though the label such as "Create issue" is provided for the buttons.
    Screen reader announces "Create issue Create issue" for all the buttons in the main content area. As a result, screen reader users will not understand the purpose of the buttons effectively. 

    Expected Results

    Apply the following changes:

    • Specify the "id" attribute with a unique value to <a> element containing "More actions for {0}", "Issue Key: SSPF-2 ", etc. text.
    • Specify "aria-labelledby" attribute to <button> element containing “Create issue” text.
    • Reference both the "id" attributes values (of <a> and <button>elements) via "aria-labelledby" attribute.

    Code Example:

    <span id="one" class="field-value ghx-readonly" data-fieldname="sprintName" data-fieldvalue="Sample Sprint 5" data-maxdisplaylength="">Sample Sprint 5</span>
    ...
    <button aria-labelledby="two one" type="button" class="aui-button aui-button-subtle" resolved="">
        <span id="two" class="aui-icon aui-icon-small aui-iconfont-add">Create issue</span> 
    </button>

    Workaround

    Required, if there is no workaround please state:
    Currently there is no known workaround for this behavior. A workaround will be added here when available

    Environment

    MacBook Pro (16-inch, 2021)
    macOs Monterey Version 12.3.1
    Chrome - Version 101.0.4606.81 (Official Build) (64-bit)
    Firefox- Version 93.0 (32-bit)
    Safari- Version 15.3 (17612.4.9.1.5)
    JAWS- Version 2022
    NVDA- Version 2020.3
    Voiceover - Version Latest

        Form Name

          [JSWSERVER-26191] Backlog: Inappropriate and identical label for buttons

          This issue is reproducible in Jira DC VPAT 2025.

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

            b5681d69ff53 Maciej Szarecki
            4cbd728b4726 Rinku Kumar
            Affected customers:
            0 This affects my team
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: