Can I know the JQL to pull tickets that have been created within 24hr?
First thing, I recommend reviewing the free training and documentation from Atlassian on using Jira Query Language (JQL). That will help you learn / experiment how to create such queries faster and better support your teammates.
With that you would learn about the work item fields, such as created:
https://support.atlassian.com/jira-software-cloud/docs/jql-fields/#Created
And so find example queries similar to what you asked.
Kind regards,
Bill
Hi Jeniffer,
Have you tried,
created >= -1d
Thanks,
Hector
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.