Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,994
Community Members
 
Community Events
184
Community Groups

Update the two values ​​of a cascading select field

Edited

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.
Sep 02, 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

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

Like Deepanshu Natani likes this

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>"} }
}
}

Suggest an answer

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

Atlassian Community Events