Right now I have a validator so that when someone selects a due date on a form, it must be 3 days after the current date. I'm using the 'Date Compare Validator' so that:
Date: Due Date
Condition: >
Compare with: 3d
Is there a way to have it so that the days counted are business days only? (ex. someone fills out the form on a thursday and the earlier due date they can select would be wednesday, not sunday)
Hi @Zekeriya Spoth ,
for my knowledge you can't put in place that through the builitin Date Compare Validator.
You should implement your own custom validator or, if you have scriptrunner, through the following approach https://docs.adaptavist.com/sr4jc/latest/features/workflow-extensions/validators
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.