How to update the child parameter of a cascading select list field?

Rodrigo Marques February 14, 2019

How to update the child parameter of a cascading select list field?

1 answer

1 accepted

1 vote
Answer accepted
Brydie McCoy (CB)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 14, 2019

Hi Rodrigo,

We don't support cascading select list as part of the simple forms yet (tracked here: AUT-327 ) so you'll need to use advanced fields. https://docs.automationforjira.com/working-with-issue-data/advanced-fields.html#cascading-select-custom-field

You'll want to use something like:

{
    "fields": {
  "First Field" : { "value": "First value", "child": { "value" : "Child value"} }
    }
}

Cheers,

Brydie [Automation fro Jira]

Rodrigo Marques February 19, 2019

Hi @Brydie McCoy (CB) 

Thanks for the information, I tried use advanced fields in my rule and works well.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events