Hi
I've tried several different date-formats in the following filter with no luck.
Any advise?
issueFunction in expression("resolution = Unresolved", "today+remainingestimate > 2017-05-01")
Adding a custom date field is very impractical, I would have to update all potential issues with the specific date. (but it returns the expected resultset).
issueFunction in expression("resolution = Unresolved", "today+remainingestimate > myCFdate")
br
/David Jansson