Validation on DatePicker field

Shob November 11, 2019

Hello,

I have 2 date picker fields:

Start date & End date.

Is there any way in JIRA to ensure that the users didn't pick End date value that is before Start date value?

Thanks 

2 answers

0 votes
Andrew
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.
November 11, 2019

Hi,

I'm afraid from box You cannot do it. You need something plugin:

https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=cloud&tab=overview

https://marketplace.atlassian.com/apps/5048/jsu-automation-suite-for-jira-workflows?hosting=cloud&tab=overview

p.s. Exist system field 'due date' maybe You can use that field instead 'end date'.

B.R.

0 votes
Adria Alonso
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.
November 11, 2019

To do so you could trigger the change event on End date field, and check

-Start date is not empty & Start date < than End Date.

What context are you working on?

Shob November 11, 2019

How do you check this?

Is there build-in option in JIRA or do I need external plug-in?

 

I just want to make sure users are updating the right values inside the date fields.

Suggest an answer

Log in or Sign up to answer