Summary

      Currently, when user have a number of boards for the "Boards in this project" list ( Go to *Board > Select Board > Boards in this project) that exceeds what can be displayed based on the monitor's resolution on a single page, there will be no way of scrolling down the list to access other boards if the sidebar is collapsed.

      Steps to Reproduce

      1. Create around 20 boards (might be more or less depending on the monitor's resolution, but around 20 should do the trick.), all of them being a part of a single project.
      2. Access any of these recently created boards.
      3. While the Project Sidebar is collapsed, click on the ... button to display all boards on the project.

      Expected Results

      The user will be presented with all boards that are part of the project - if they cant't be displayed on a single page, a scroll bar will allow all boards to be visible.

      Actual Results

      There will be no option to scroll on the board list, limiting which boards can be accessed through this method.

      Workaround

      As this issue only occurs when the sidebar is collapsed, a workaround is to:

      1. Expand the sidebar by clicking on the Expand sidebar button on the bottom left of the screen.
      2. Click on the board's name just under the project's name on the sidebar.

      This will allow the user to scroll on the board list, having access to all boards in the project.

        1. Boardpane_2.png
          44 kB
        2. Boardpane.png
          44 kB

            [JSWSERVER-15653] Add scrollbar for "Boards in this project" list

            shrivatsaa added a comment -

            shrivatsaa added a comment - https://getsupport.atlassian.com/browse/PS-90570

            Anthony Grant added a comment - - edited

            The CSS issue is with the following declaration. Overflow should be set to scroll, or similar alternative, not 'hidden'.

            aui-inline-dialog .aui-inline-dialog-contents, .aui-inline-dialog .aui-inline-dialog-contents, aui-inline-dialog .contents, .aui-inline-dialog .contents {    background: #fff;    border: 1px solid #ccc;    border-radius: 3px;    box-shadow: 0 3px 6px rgba(0,0,0,0.2);    overflow: hidden;    padding: 20px;
            

             

             

            Anthony Grant added a comment - - edited The CSS issue is with the following declaration. Overflow should be set to scroll, or similar alternative, not 'hidden'. aui-inline-dialog .aui-inline-dialog-contents, .aui-inline-dialog .aui-inline-dialog-contents, aui-inline-dialog .contents, .aui-inline-dialog .contents { background: #fff; border: 1px solid #ccc; border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,0.2); overflow: hidden; padding: 20px;    

            Work around helps.

            Thank you.

             

             

            regards,

            Prashant

            Prashantgouda (Inactive) added a comment - Work around helps. Thank you.     regards, Prashant

            Hi Team,

            We are facing this bug, and most of our project teams have agile boards more than 20.

            Can you please let us know when the fix is available? Any ETA for the same?

             

             

            Prashantgouda (Inactive) added a comment - Hi Team, We are facing this bug, and most of our project teams have agile boards more than 20. Can you please let us know when the fix is available? Any ETA for the same?    

            Hello, this is a bug that is impacting all of our teams who have more than 15 boards in their projects.  The workarounds are cumbersome.  Is this going to be addressed, and will a fix be made available for already released JIRA Server versions?

            Platform Operations added a comment - Hello, this is a bug that is impacting all of our teams who have more than 15 boards in their projects.  The workarounds are cumbersome.  Is this going to be addressed, and will a fix be made available for already released JIRA Server versions?

              Unassigned Unassigned
              nroslan Atiqah Roslan
              Affected customers:
              31 This affects my team
              Watchers:
              31 Start watching this issue

                Created:
                Updated: