Hi community,
in our scenario, one of the 5 fields must be filled in before the status can be switched. Is it possible and how?
Best regards
Hi @Jurica Petricevic ,
using JMWE, you can create a Scripted (Groovy) Validator with a script like:
issue.get("Field 1") || issue.get("Field 2") || issue.get("Field 3") || issue.get("Field 4") || issue.get("Field 5")
@David Fischer Thank you like always my friend. Have a nice day.
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.