Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-10843

Unable to Rank issues: Error: "Other users may be ranking the issues that you are trying to rank."

      When trying to rearrange issues in the backlog or in Work mode, an error is displayed and it is impossible to reorder issues.

      Error message: "JIRA Agile cannot execute the rank operation at this time. Other users may be ranking the issues that you are trying to rank. Please try again later."

      How to verify:
      When running the following query on the Jira database:

      SELECT "FIELD_ID", COUNT(1), "RANK" FROM "AO_60DB71_LEXORANK" GROUP BY "FIELD_ID", "RANK" HAVING COUNT(1) > 1;

      1 or more lines are returned with duplicate ranks.

        1. error.png
          36 kB
          Mauro Badii

            [JSWSERVER-10843] Unable to Rank issues: Error: "Other users may be ranking the issues that you are trying to rank."

            Bugfix Automation Bot made changes -
            Minimum Version New: 6.04
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2853333 ] New: JAC Bug Workflow v3 [ 2934437 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2545947 ] New: JAC Bug Workflow v2 [ 2853333 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1550777 ] New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2545947 ]

            MattS added a comment -
            mysql> SELECT FIELD_ID, COUNT(1), RANK FROM AO_60DB71_LEXORANK GROUP BY FIELD_ID, RANK HAVING COUNT(1) > 1;
            Empty set (18.08 sec)
            

            worked for my on MySQL

            MattS added a comment - mysql> SELECT FIELD_ID, COUNT(1), RANK FROM AO_60DB71_LEXORANK GROUP BY FIELD_ID, RANK HAVING COUNT(1) > 1; Empty set (18.08 sec) worked for my on MySQL
            Danilo Conrad made changes -
            Description Original: When trying to rearrange issues in the backlog or in Work mode, an error is displayed and it is impossible to reorder issues.

            Error message: "JIRA Agile cannot execute the rank operation at this time. Other users may be ranking the issues that you are trying to rank. Please try again later."

            *How to verify:*
            When running the following query on the Jira database:
            {code}SELECT "FIELD_ID", COUNT(1), "RANK" FROM "AO_60DB71_LEXORANK" GROUP BY "FIELD_ID", "RANK" HAVING COUNT(1) > 1;{code} 1 or more lines are returned with duplicate ranks.

            *Temporary Solution:*
            As a sysadmin, issue a rebalance request by going to {{rest/greenhopper/1.0/lexorank/balance}}
            Notes: On OnDemand, create a support request at https://support.atlassian.com
            The rebalance may take several minutes to process.
            New: When trying to rearrange issues in the backlog or in Work mode, an error is displayed and it is impossible to reorder issues.

            Error message: "JIRA Agile cannot execute the rank operation at this time. Other users may be ranking the issues that you are trying to rank. Please try again later."

            *How to verify:*
            When running the following query on the Jira database:
            {code}SELECT "FIELD_ID", COUNT(1), "RANK" FROM "AO_60DB71_LEXORANK" GROUP BY "FIELD_ID", "RANK" HAVING COUNT(1) > 1;{code} 1 or more lines are returned with duplicate ranks.

            Confluence Escalation Bot (Inactive) made changes -
            Labels Original: affects-server fixme warranty New: affects-cloud affects-server fixme warranty
            Confluence Escalation Bot (Inactive) made changes -
            Labels Original: fixme warranty New: affects-server fixme warranty
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 909578 ] New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1550777 ]
            Kiran (Inactive) made changes -
            Remote Link Original: This issue links to "Page (Extranet)" [ 82331 ] New: This issue links to "Page (Extranet)" [ 82331 ]

              Unassigned Unassigned
              mfernandezbadii Mauro Badii (Inactive)
              Affected customers:
              1 This affects my team
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: