I want to create a validation for a date field, such that it is >= $Created + 10d

Shankar Venkataraman May 3, 2017

I want to create a validation for a date field ("Due Date"), such that it is >= $Created + 10d. Looks like the default validator for date only allows DueDate >= +10d or DueDate >= $Created. Not the combined expression. And I am trying to do this on the Cloud version. I am sure this has been accomplished by others. Can someone point me to a few possible solutions?

1 answer

0 votes
Craig Nodwell
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 26, 2022

There is no reason why you cannot combine expressions on a jql validator.

Suggest an answer

Log in or Sign up to answer