In https://bitbucket.org/fcarmario/jira-workflow-toolbox/wiki/others/ParserI have read:
Text-String: this type of data represents any kind of text or character string. Any field type or data type is susceptible of being transformed to text, so any field can be referenced as a text-string value using the following notation: %{nnnnn}, and %{nnnnn.i} for Cascading Select or Multi-Cascading Select fields, where i is the index that represents the level to be accessed. (i = 0 is used for base level).
My scenario is:
1.- I have a issue type INCIDENCIA.
2.- I have a custom field of Cascading Select type named "Área/Subárea".
3.- The correct values for "Área/Subárea" area:
Servicios No Planificables/Incidencias
Servicios No Planificables/Servicios
Servicios No Planificables/Cambios
Proyectos/Proyectos menores
4.- I need to validate that an issue of "INCIDENCIA" issue type can't be created if "Área/Subárea" is not equal to "Servicios No Planificables/Incidencias"
5.- I have defined in INCIDENCIAS workflow, in Create action the following validator:
If parsed text "#Área/Subárea#" matches the following parsed regular expression: (#Área/Subárea.1#="Incidencias"). Message to show when validation fails: Por favor, seleccione la categoría correspondiente a las incidencias.
Hi,
I have answered you in JIRA Workflow Toolbox Help Forum since you have posted the same question there.
Regards,
Fidel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.