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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.