• We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      When a page is added to the favorites by an user, Confluence internally assign a label to the page.

      In Confluence, there is a limit of 500 labels per item. This is hard-coded as a constant in the class com.atlassian.confluence.util.LabelUtil:

          /**
           * The maximum number of labels allowed on a page or space.
           */
          public static final int MAX_ALLOWED_LABELS = 500;
      

      This limit is insufficient for instances with thousands of users. There should be no limit on how many users can favorite a page.

          Form Name

            [CONFSERVER-29910] Allow pages/spaces to be favorited by more than 500 users

            Sen made changes -
            Workflow Original: JAC Suggestion Workflow 4 [ 3576456 ] New: JAC Suggestion Workflow 3 [ 4326917 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow 2 [ 3169113 ] New: JAC Suggestion Workflow 4 [ 3576456 ]
            Status Original: RESOLVED [ 5 ] New: Closed [ 6 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Suggestion Workflow [ 3039203 ] New: JAC Suggestion Workflow 2 [ 3169113 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing v4 [ 2538158 ] New: JAC Suggestion Workflow [ 3039203 ]
            Rachel Lin (Inactive) made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 2258099 ] New: Confluence Workflow - Public Facing v4 [ 2538158 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 - TEMP [ 2193302 ] New: Confluence Workflow - Public Facing v3 [ 2258099 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v3 [ 1933902 ] New: Confluence Workflow - Public Facing v3 - TEMP [ 2193302 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing v2 [ 1754453 ] New: Confluence Workflow - Public Facing v3 [ 1933902 ]
            jonah (Inactive) made changes -
            Description Original: When a page is added to the favorites by an user, Confluence internally assign a label to the page.

            In Confluence, there is a limit of 500 labels per item. This is hard-coded as a constant in the class {{com.atlassian.confluence.util.LabelUtil}}:
            {code:java} /**
                 * The maximum number of labels allowed on a page or space.
                 */
                public static final int MAX_ALLOWED_LABELS = 500;
            {code}

            This limit is insufficient for instances with thousands of users. There should be no limit on how many users can favorite a page.
            New: {panel:bgColor=#e7f4fa}
              *NOTE:* This suggestion is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-29910].
              {panel}

            When a page is added to the favorites by an user, Confluence internally assign a label to the page.

            In Confluence, there is a limit of 500 labels per item. This is hard-coded as a constant in the class {{com.atlassian.confluence.util.LabelUtil}}:
            {code:java} /**
                 * The maximum number of labels allowed on a page or space.
                 */
                public static final int MAX_ALLOWED_LABELS = 500;
            {code}

            This limit is insufficient for instances with thousands of users. There should be no limit on how many users can favorite a page.
            jonah (Inactive) made changes -
            Link New: This issue relates to CONFCLOUD-29910 [ CONFCLOUD-29910 ]

              mfedoryshyn Maksym Fedoryshyh
              aconde Alejandro Conde Carrillo (Inactive)
              Votes:
              29 Vote for this issue
              Watchers:
              30 Start watching this issue

                Created:
                Updated:
                Resolved: