Hi,
I want to use validation for Planned Start Date and Planned End Date while creating the Change request.
while creating the CR(Change Request) i don't want allow user to do the following things.
1. Planned start date would take only current date and future date
2. Planned End date will take only future date only
3. Planned Start date <=Planned end date
I want to satisfy all these conditions while creating the CR.
Please find the attached SS.
Hello @Sreenadh
I don't believe there are any native or third party apps currently that would enable you to restrict the selectable values in the dialog. I believe the only way you can manage this is to add Validators to the create transition to check the values after the Create button (in the dialog) is clicked. If the Validators did not pass then the issue would not be created and the dialog would remain open for the user to change the values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.