I have written some custom JQL functions that return lists of things (e.g. issues or dates). I want to write a function of the sort "isWeekend(<date>)" where it returns true if the date falls on a weekend, otherwise returns false. Is this possible? If so, what is the return value form getValues()?