You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am having issue in date field validation using Jira workflow 'Date expression compare' validator. And one strange observation is if I am using '>=' expression for validation against 'now' (todays date) keyword it seems to be working good but if I am using '=' expression for validation against now keyword is not working properly. It is throwing the error even we select today date .
Hi @Sandesh TM
Dates fields don't work with "=" that often, as they're captured in the system as date/time.
You need to use multiple validators to get a specific day - eg.
What's the logic you're trying to validate specifically?
Ste
I need to have a validation that the date field value must be today date only, not any other dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sandesh TM ,
If you use 2 validators like @Stephen Wright _Elabor8_ is telling, you get the answer you are looking for. Both validators must pass, else the transition will fail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sandesh TM
Just to check - is this a condition, or a validator? And which one are you using?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.