Searching by Greenhopper rank

Lee Correll
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

I'm using the REST API and trying to get a list of issues ranked after a specific issue.

I don't seem to be able to use Rank or Global Rank as fields to compare on (only order by) using the JQL query tool, and I can't find the reference in the REST documentation, because if I try to read the latest API documentation, I get a 403/Forbidden error accessing http://docs.atlassian.com/jira/REST/latest/

Suggestions? We are using the classic boards, not the rapid boards because they don't meet our needs at the moment.

2 answers

1 accepted

0 votes
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

Access http://docs.atlassian.com/jira/REST/ and search for the version you want.

What is the query that you are using?

0 votes
Lee Correll
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2013

I identified the ranking # by displaying it in a regular JQL query, then trying to search based on that:

fixversion = EarliestUnreleasedVersion(Engineering) and rank > 100

Now, if I change it to rank < 100, then I get zero results.

at rank > 100, I get all issues in this version.

the 100 doesn't seem to matter - I can put in any number, including the rank number of an issue in the middle of my iteration and the results are the same.

Suggest an answer

Log in or Sign up to answer