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.