I have a date field that must not be null - however, I cannot make it required because it is in a transition screen.
I have tried some regex but no luck. What is the proper way to do this?
Thanks
Hi Edvin,
Try placing a Validator on the transition to make the field mandatory. It should not fire until you have saved the value on the Transition screen.
See this document for more info:
https://confluence.atlassian.com/adminjiracloud/advanced-workflow-configuration-776636620.html
Hi @Edvin Beqari as mentioned by John,Proper way is to make the field mandatory on Transition screen, you need to add Field Required Validator in workflow. Select field put error message > Publish. it's the best simple solution to make field mandatory on transition.
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.