Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Rest API jql call ordered by date created ascending

Deleted user March 12, 2020

I want the first ticket created in a project to show first. This is what I have now:

/rest/api/2/search?jql=project=testProject&maxResults=1000

 

 

1 answer

0 votes
Roman Kersky
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.
March 13, 2020

Hi. Try it...

/rest/api/2/search?jql=project=testProject%20ORDER%20BY%20key%20ASC&maxResults=1000

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events