Hi Community,
Would appreciate any leads to building the query for showing issues "most updated in a specific timeframe" (lets say 14 days).
Any type of update will work for me but if possible to check same for a specific custom field in particular - would be awesome.
Hi @Veronika,
This JQL should work:
updated >= -14d ORDER BY updated DESC
updated >= -14d shows issues updated within last 14 days, ORDER BY updated DESC shows recently updated tasks first.
This will show what was updated the latest, not what was updated the most in the last 2 weeks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.