Issue Summary

      On the Average Age Report page, only color is used to distinguish error messages.

      Steps to Reproduce

      1. Navigate to “Boards” menu pop-up link and activate it.
      2. Navigate to “Scrum” link and activate it.
      3. Navigate to “Report” link present in Side navigation and activate it.
      4. Navigate to "Average Age Report" link and activate it.
      5. Keep the required field empty and click the create button.
      6. Observe only color is used to distinguish the error message.

      Screenshot

      Actual Result

      The error in the "Days Previously" form field is indicated by red text only, which may be difficult for colorblind users to identify. This lack of additional non-color indication can prevent them from recognizing the required fields.

      Expected Result

      To make it easier for colorblind users to understand that an error has occurred, an additional method can be provided, such as using an image-icon (role="image") with an accessible name (aria-label="error"). This informative image can convey that an error has occurred.

      Code snippet

      <span role="image" aria-label="error"><span class="errMsg">You must specify a whole number of days.</span>/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 Ventura 14.2.1
      Chrome -Version 120.0.6099.71 (Official Build) (arm64)
      Firefox- Version 92.0 (64-bit)
      Safari- Version 17.1 (19616.2.9.11.7)
      JAWS- Version 2023
      NVDA- Version 2021.2
      Voiceover - Version Latest

            [JSWSERVER-26202] Average Age Report : Color alone is used to distinguish error message

            Richard Atkins made changes -
            Labels Original: 1.4.1 Level-A WCAG21 a11y-triaged ax-bug ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-medium-priority ax-qa New: 1.4.1 Level-A WCAG21 a11y-triaged ax-bug ax-jira-dc-vpat ax-jira-dc-vpat-AverageAgeReport ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-medium-priority ax-qa
            Pavlo Samchuk made changes -
            Component/s Original: Accessibility [ 62490 ]
            Component/s New: Reports [ 46796 ]
            Component/s New: Accessibility [ 62491 ]
            Key Original: JRASERVER-77285 New: JSWSERVER-26202
            Affects Version/s Original: 9.12.0 [ 105807 ]
            Affects Version/s New: 9.12.0 [ 105808 ]
            Project Original: Jira Data Center [ 10240 ] New: Jira Software Data Center [ 12200 ]
            Sameer Shaikh made changes -
            Labels Original: 1.4.1 Level-A WCAG21 a11y-triaged ax-bug ax-high-priority ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-qa New: 1.4.1 Level-A WCAG21 a11y-triaged ax-bug ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-medium-priority ax-qa
            Sameer Shaikh made changes -
            Priority Original: High [ 2 ] New: Medium [ 3 ]
            Karol Skwierawski made changes -
            Labels Original: 1.4.1 Level-A WCAG21 ax-bug ax-high-priority ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-qa New: 1.4.1 Level-A WCAG21 a11y-triaged ax-bug ax-high-priority ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-qa
            Rahil Shaikh made changes -
            Status Original: Needs Triage [ 10030 ] New: Ready for Development [ 10049 ]
            ssuryavanshi (Inactive) made changes -
            Labels Original: 1.4.1 Level-A WCAG21 ax-bug ax-high-priority ax-jiradc-vapt2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-qa New: 1.4.1 Level-A WCAG21 ax-bug ax-high-priority ax-jiradc-vpat2024 ax-jiradc-vpat2024-averageagereport ax-jiradc-vpat2024-pg19 ax-lv-user ax-qa
            Bugfix Automation Bot made changes -
            Introduced in Version New: 9.12
            Sameer Shaikh made changes -
            Description Original: h3. Issue Summary

            On the Average Age Report page, only color is used to distinguish error messages.
            h3. Steps to Reproduce
             # Navigate to “Boards” menu pop-up link and activate it.
             # Navigate to “Scrum” link and activate it.
             # Navigate to “Report” link present in Side navigation and activate it.
             # Navigate to "Average Age Report" link and activate it.
             # Keep the required field empty and click the create button.
             # Observe only color is used to distinguish the error message.

            h3. Actual Result

            The error in the "Days Previously" form field is indicated by red text only, which may be difficult for colorblind users to identify. This lack of additional non-color indication can prevent them from recognizing the required fields.
            h3. Expected Result

            To make it easier for colorblind users to understand that an error has occurred, an additional method can be provided, such as using an image-icon (role="image") with an accessible name (aria-label="error"). This informative image can convey that an error has occurred.
            h3. Code snippet
            {noformat}
            <span role="image" aria-label="error"><span class="errMsg">You must specify a whole number of days.</span>/span>
            {noformat}
            h3. Workaround

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

            MacBook Pro (16-inch, 2021)
            macOs Ventura 14.2.1
            Chrome -Version 120.0.6099.71 (Official Build) (arm64)
            Firefox- Version 92.0 (64-bit)
            Safari- Version 17.1 (19616.2.9.11.7)
            JAWS- Version 2023
            NVDA- Version 2021.2
            Voiceover - Version Latest
            New: h3. Issue Summary

            On the Average Age Report page, only color is used to distinguish error messages.
            h3. Steps to Reproduce
             # Navigate to “Boards” menu pop-up link and activate it.
             # Navigate to “Scrum” link and activate it.
             # Navigate to “Report” link present in Side navigation and activate it.
             # Navigate to "Average Age Report" link and activate it.
             # Keep the required field empty and click the create button.
             # Observe only color is used to distinguish the error message.

            h3. Screenshot

            !Screenshot 2024-02-07 at 6.16.36 PM.png|width=530,height=265!
            h3. Actual Result

            The error in the "Days Previously" form field is indicated by red text only, which may be difficult for colorblind users to identify. This lack of additional non-color indication can prevent them from recognizing the required fields.
            h3. Expected Result

            To make it easier for colorblind users to understand that an error has occurred, an additional method can be provided, such as using an image-icon (role="image") with an accessible name (aria-label="error"). This informative image can convey that an error has occurred.
            h3. Code snippet
            {noformat}
            <span role="image" aria-label="error"><span class="errMsg">You must specify a whole number of days.</span>/span>
            {noformat}
            h3. Workaround

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

            MacBook Pro (16-inch, 2021)
            macOs Ventura 14.2.1
            Chrome -Version 120.0.6099.71 (Official Build) (arm64)
            Firefox- Version 92.0 (64-bit)
            Safari- Version 17.1 (19616.2.9.11.7)
            JAWS- Version 2023
            NVDA- Version 2021.2
            Voiceover - Version Latest
            Sameer Shaikh made changes -
            Attachment New: Screenshot 2024-02-07 at 6.16.36 PM.png [ 451683 ]

              Unassigned Unassigned
              c1baca6cb430 Sameer Shaikh
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated: