Note: This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.
This is correct. So...
... is there a way to query all issues where the due date has been updated in the last week?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately no
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bryan Collick, Ya kind of a bum deal CHANGED doesn't work with the due date field. You could try using the updatedDate operator LIKE THIS:
updatedDate >= -7d
That will give you issues where a date field has been updated. I think that's a close as you are going to get.
.pd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
UpdatedDate is an alias of Updated, and so that query would give me issues with any change, not just issues where a date field has been updated.
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.