-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
None
-
6.4.0.3
-
None
-
6.04
-
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.
[JSWSERVER-10843] Unable to Rank issues: Error: "Other users may be ranking the issues that you are trying to rank."
Minimum Version | New: 6.04 |
Workflow | Original: JAC Bug Workflow v2 [ 2853333 ] | New: JAC Bug Workflow v3 [ 2934437 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2545947 ] | New: JAC Bug Workflow v2 [ 2853333 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1550777 ] | New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2545947 ] |
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. |
Labels | Original: affects-server fixme warranty | New: affects-cloud affects-server fixme warranty |
Labels | Original: fixme warranty | New: affects-server fixme warranty |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 909578 ] | New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1550777 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 82331 ] | New: This issue links to "Page (Extranet)" [ 82331 ] |
worked for my on MySQL