The data is in AO_something_LexoRank, with an issue id so you can join it to jiraissue, but it's not going to be that helpful to you in raw SQL.
To know what board it is on, your SQL will have to read the board details to find out what the filter is, read the filter and reproduce it in SQL (bearing in mind that even the most "simple" query in JQL could require a many multiple joins), and then use it to select from the AO_lexorank table.
Once you've got that done, you need to understand the ranking data, and that's "fun" because it's not a simple number. At first glance, it does look like a simple string that you can sort alphanumerically, but that is the general case and it does not always work.
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.