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
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
p.s. Exist system field 'due date' maybe You can use that field instead 'end date'.
B.R.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.