Hey all,
I am using Jira Service Desk (CLOUD) and Jira (Cloud). Right now, when a cascading field is set to "Required", it will allow a user to submit a form using Jira Service Desk so long as the parent field is chosen. We need the child to be required as well.
I do not have ScriptRunner but we do have Misc Workflow Extension (JMWE) installed. I've attempted to create a validator, but whenever I apply one at the create transition, the form will refuse to submit. Is this possible?
I've looked at other questions related and have not been able to find any information.
issue.customfield_15168.child.value != null
It should be possible using a build-your-own Validator. What did you try that didn't work?
However, you need to know that because of a known Jira Service Desk issue, the error message you configured will not be displayed when submitting the request - only a generic message will be displayed when the Validator doesn't pass.
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.
Actually, this code seems to work. Just fyi.
issue.customfield_15168.child.value != null
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.