New Epics are missing rank

lasseodegard September 9, 2014

After we updated to the latest release of JIRA Agile, we've experienced problems with ranking.

I added two new epics, but it's not possible to move them up in the epics list and I get a message that I have to Re-Index Jira. I did just that without any luck. 

When i look at our Epics, i see that the new Epics are missing the rank property.

epics.jpg

I found another post here that recommended running the following query to see if some ranking had gone bad.

select * from jiraschema.AO_60DB71_ISSUERANKING where NEXT_ID not in (select ISSUE_ID from jiraschema.AO_60DB71_ISSUERANKING)

This query returns one record. What can I do to fix this problem?

 

Best regards,

Lasse Ødegård

1 answer

1 accepted

1 vote
Answer accepted
lasseodegard September 10, 2014

This issue is addressed here: https://jira.atlassian.com/browse/GHS-11050

The solution fixed our problem.

Suggest an answer

Log in or Sign up to answer