Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi
While doing jira autoation, I want to limit result of below query to just last single latest created ticket number even though below query gives me 20 records. Any thoughts ?
Labels in (DRT) AND IssueType=Task AND createdDate >= startOfDay(-3)
Hi @Arundev N B ,
There is no limiting functionality yet in Jira JQL. It is added as a feature request but not implemented https://jira.atlassian.com/browse/JRACLOUD-31384.
As an alternative, you can try appending "order by created" into your jql and select the first one from the returned records.
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.