Hello Jira community.
I hope you can help me with this question:
1. I created a cascade custom field. The parent is Electric and the children are :Broken light switch, Emergency lights not working, Lights not working, Power point not working, No power at all MFC, Additional sockets required.
2. I want to select in the second value only two options of the child (Broken light switch and emergency lights not working . How can I do it? I tried in the second value (Broken light switch | Emergency lights not working) but did not work :(
Advance compare condition:
First value: {{issue.customfield_10155.child.value}}
Condition: Equals
Second value: (Broken light switch | Emergency lights not working). This is the open that I need help!
Hey, try this:
First value:
{{issue.customfield_10155.child.value}}
Condition: Contains Regular Expression
Regular Expression:
(Broken light switch || Emergency lights not working)
I believe this works to you.
If you have problems, let me know.
Regards,
Fernando
Just update:
First value:
{{issue.customfield_10155.child.value}}
Condition: Contains regular Expression
Regular expression:
(Broken light switch|Emergency lights not working)
I think that´s right now :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.