Forums

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

Smart value for "Select List (cascading)" field

Karoline Rezende Ramos
Contributor
January 5, 2022

Hello.

I made an HTML file to send e-mail, and would like to put a "Select List (cascading)" field in the body of this e-mail, but can't find the smart code.

I already put it as: customfield_10061.value, but only the first information appears, I need the information from both fields/levels to appear. How would be the value in this case?

 

1 answer

1 accepted

0 votes
Answer accepted
Pramodh M
Community Champion
January 5, 2022

Hi @Karoline Rezende Ramos 

Welcome to Community!!

For parent value

{{issue.fields.Cascade.value}}

For child value

{{issue.fields.Cascade.child.value}}

Here's a Link to a Solved answer

https://community.atlassian.com/t5/Jira-Service-Management/smart-value-for-cascading-select-field/qaq-p/1482635

Thanks,
Pramodh

Karoline Rezende Ramos
Contributor
January 5, 2022

Great, thank you very much!

Suggest an answer

Log in or Sign up to answer