Hi Team,
I am looking for an alternative JMWE field required validator as shown in the below image.
The customfield-11267 have only 2 values YES and NO. If YES is filed, it will pass the transition and if NO is selected, the value should be filled in the (1) if No has been selected.... custom field.
Kindly help on this requirement, if anyone have any idea?
If you are looking for a conditional validator, there are couple of options on the marketplace, just look for jira expression validator.
Cheers
Hi @Maciej Dudziak _Forgappify_
Thanks for your reply.
Could you please provide the process or links or documents if you have any?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I’m from Forgappify, and we’ve developed a collection of validators as part of the Workflow Building Blocks for Jira app. One of the latest additions is the Ultimate Validator, which looks like this:
With its simple UI, you can easily configure conditions such as:
Simply select your own fields—the app takes care of the rest by generating the appropriate Jira expression automatically.
I hope it will help.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much @Maciej Dudziak _Forgappify_
The mentioned app is given the same functionality as per the requirement and it's free.
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.
Hi @Piyush Annadate _ACE Pune_
Thanks for your response.
The JMWE validator function is working fine.
Actually, we have very less usage of JMWE plugin. This is the only validator, we should need to configure in alternative ways.
We don't have scrip runner also.
Please provide any other ways of configuring this JMWE validator functionality .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sanam Malleswari Try something as below. Add a validator, one is to check for VALUE/OPTION and other checks if the field is not empty.
You can add error message for 'field value is not empty' but cannot for the field value comparison.
You can use conditions as well, but I won't recommend that - because, if conditions are not met, it won't show transition to the user itself; whereas in validator, user can see the transition but performing so would result in error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. It's working fine when custom field_11256 value is NO and (1) if no has been.... field is empty. It's showing error as expected(Field is required).
But, when custom field_11256 value is YES. It should pass the transition. If this field (1) if no has been.... field is empty or not empty. Could you please suggest any way to achieve to achieve this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create branches with 'any of the following' in the validators.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the problem with this JMWE validator?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @David Fischer
Thanks for your reply.
It's working well.
I am going to not use JMWE plugin soon due to less usage of this plugin and looking for an alternative way. That will work same as JMWE validator functionality
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.