Update the two values ​​of a cascading select field

Ronaldo Rosales September 2, 2021

Dear.

I am creating an automation that after creating an incident certain fields autocomplete, I would like to know how to do this for a cascading field that is not shown in the list of options of the automation rule.

f1.png

1 answer

1 accepted

1 vote
Answer accepted
Deepanshu Natani
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 2, 2021

Hi @Ronaldo Rosales ,

Cascading select fields will not be displayed in the list of fields.

In order to set values for such fields, you need to use the "More Options" and then enter JSON code like:

"fields": {
        "<field name>" : { "value": "<value1>", "child": { "value" : "<child value 1>"} }
       } 
}

In the above code snippet, you need to replace the <> tags with values corresponding to your cascading field.

Here is an example:

Screenshot 2021-09-02 at 8.53.13 PM.png

Ronaldo Rosales September 2, 2021

I am very grateful for your response, thank you very much!

Like Deepanshu Natani likes this
Test work December 2, 2021

I have followed the above and having the following error 

Create issue
Error while parsing additional fields. Not valid JSON.

This is what I have 

"fields": {
"cascading select list" : { "value": "<Account >", "child": { "value" : "<IT>"} }
}
}
Muhammad Moazzam Hassan May 3, 2023

Remove < >

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events