Start Date & end date validation

AaryaK March 1, 2012

HI,

I wanted that a validation for start date in jira 4.4.1

Start date should be 7 days more than the current date.

end date should be less than start date.

Can anyone suggest how can we achieve in jira custom field.

1 answer

0 votes
MatthewC
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.
March 1, 2012

I've done this before by putting javascript checks into the description of custom fields. They can then do an onUpdate check to make sure the form data is > now + 7 days

If it's specific to one project or issue type you can also do it via the Field Configuration Scheme

Suggest an answer

Log in or Sign up to answer