Hello,
I'd like to search for issues that due date is greater than another date custom fields.
For example:
issueFunction in dateCompare("", "duedate < \"Orig Due Date\"")
Note: Orig Due Date - date custom field
But, I get error of date format:
Scripted function "dateCompare" compilation failure. Contact administrator and check logs. Message: Field name: "Orig Due Date" not found or not a date or datetime.
Kindly,
Gilad
Hello
Try it like this:
issueFunction in dateCompare("", "duedate < Orig Due Date")
Regards,
Elifcan
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.