Hi Everyone,
When creating the task , for next 3 working days have to be blocked for QA due date, and 5 working days next blocked for prod due date field.
Eg: if I create task today while providing the value on QA due date: I need to restrict the next 3 days dates.
Same for Prod QA date we need to restrict the value for next 5 dates.
Can you please provide the best approach for this requirement.
We have JSU,JMwe and script runner pulgins
Best regards,
MUSTAFA
Hi @mustafa sayead,
You can add JMWE Scripted (Groovy) Validator:
issue.get("Your field name").after(new Date() + 3)
This checks if the date is set to the next three days. Don't forget to replace Your field name with the name of your field QA due date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Soory for the late confirmation.. it's working fine.. Thanks a lot.💫
Cheers
Mustafa
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.