In the subtask list of an issue when using the Action menu of a subtask I can select Rank to top or Rank to bottom. But when clicking one of them I get the message that the selected subtask has been updated and the list has not been changed, even after a refresh.
For unknown reason it is possible that the configuration of Greenhopper is mixed up. You can check the config with the following SQL queries.
SELECT * FROM propertytext WHERE propertyvalue like '%rankingfield%';
èCheck the propertytext and look for:
<entry>
<string>gh.issue.rankingfield</string>
<string>customfield_10182</string>
</entry>
SELECT id,cfname FROM customfield WHERE cfname = 'Rank'; (or 'Global Rank')
èCheck that the id is the same like above (10182)
To fix this is not easy, so contact the Atlassian Support.
Hey, which list are do you mean? The rank issue operation refers to the rank in Greenhopper as far as I know...
Cheers Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.