Hi there,
I want to put into a query for a lookupobjects call a limiter to only return records that were updated within the last 4 hours.
So I have this for example
ObjectType = Laptops and "Name" IS NOT empty AND "Model_d" IS NOT empty
but when I put any sort of variant of 'AND Updated #####' the query fails.
Can I use updated as part of a query for lookupobjects?
@Ste404 -
Yes, you just need to add the following to your JQL
updated >= -4h
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ah gaaaawd I was forgetting the -
<insert facepalm here>
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.