Hi,
I need a search function or jql line that will return issues in which certain custom field of type free text multi line was updated within the last day period.
Thank you!
Eitan
Hi Eitan,
I was able to use a line such as the following to accomplish that:
cf[10116] is not empty and (updated > startOfDay(-1) OR updated > endOfDay())
You will need to change the value for the cf field - cf[10116] - to match your custom field value. You can find the correct value by going to Administration >> Issues >> Custom Fields. Click the cog and hover over Configure or Screens option. From there you'll see the custom field id in the URL at the bottom left of the browser window.
Hopefully you can use that to get started!
Cheers,
Branden
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.