We use backlogs with rankings, and this works fine. However, we wanted to define a filtered list of issues from the backlog, shown in rank order (and without the ability to be dragged and dropped to re-order; it is intended to be a read-only view). This takes a few steps to achieve.
After modification the generated advanced search for this is of the form (for example):
project = SUP AND status in (Open, Reopened, "Waiting for Support") AND Sprint = null ORDER BY cf[10011] ASC
Even though the rank values are not human readable, sorting does actually appear to work.
Hi Phil,
Thanks for posting your question and the solution you came up with to achieve this. I think this will help other users that want a similar display.
In the future, please try to break this up so that your question/problem is in the initial post, and the answer is a separate response to that post. This way it can be accepted as an answer on this post. It can also receive up votes this way.
When at least one answer is accepted on a question in Community, the search results on sites like google will tend to preface the title with the word "Solved:". This can help searchers even more to understand that this thread has an accepted solution.
Thanks again,
Andy
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.