Hola!
Tengo un proyecto de asistencia en Jira Service Management y me gustaría implementar condiciones en los campos.
Es decir, tengo un campo A con varias opciones, y dependiendo del valor seleccionado en ese campo, quiero que se muestren solo ciertas opciones en el campo B.
De antemano, agradezco su ayuda :)
Hi @Nicole Arriaza , welcome to the Atlassian Community and thanks for your question.
I think the best thing for your use case would be to use Behaviours in ScriptRunner - https://marketplace.atlassian.com/apps/1228522/behaviours-scriptrunner-for-jira-cloud?hosting=cloud&tab=overview
Otherwise, something might be possible with automation but it wouldn't be so easy. You might have to do a one to one mapping with if or conditions, so if value a = 1, set value B = red, value a = 2, value B = green.
Do you have budget to use an app for this? Or do you have to use standard functionality?
Best wishes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.