How can Search New created issue with JQL?

김상섭 May 29, 2022

I want to make JQL to search the latest issue.   (only one)

I think "created" field seem to be answer.

but I don't know more detail syntax for JQL

 

 

1 answer

2 votes
Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 29, 2022

Hi @김상섭 ,

There is no option to limit the search limit to only one. There is already a suggestion ticket for this feature

To get the latest tickets created, you can use below JQLs. 

Use "ORDER BY created DESC" JQL. It will list all tickets created in your instance displaying latest one on the top

To filter based on the project use "project =XXX ORDER BY created DESC"

To get the latest tickets created in last one hour use "created >= -60m ORDER BY created DESC"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events