Custom Field Date Picker Force minimum time

Anthony Zepeda July 18, 2017

We have a Field Date picker field. Is there a way to force the reporter to only be able to select a certain date based on current time. For example if they put in a ticket, we want to force them to select a date that is at least 2 weeks ahead of the date at time of ticket create. If they try and choose tomorrow it won't let them. Is this possible for Jira Service Desk?

1 answer

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 18, 2017

Only by writing custom code. A validator could reject bad values and return an error message.

Is this JIRA Server or JIRA Cloud? Do you have a plugin like ScriptRunner or no?

Anthony Zepeda July 19, 2017

This is Jira Server, and we do have SCriptRunner.

Suggest an answer

Log in or Sign up to answer