Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Cascade custom fields Automation

maria.quintana April 1, 2022

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 one that I need help!

jira.png

1 answer

0 votes
Ste Wright
Community Champion
April 2, 2022

Hi @maria.quintana 

This should work...

  • First Value: {{issue.customfield_10155.child.value}}
  • Condition: contains regular expression
  • Second Value: (Broken light switch|Emergency lights not working)

^ I tested this on our instance, and it worked fine :)

Ste

Suggest an answer

Log in or Sign up to answer