-
Suggestion
-
Resolution: Unresolved
-
0
-
Problem summary
The Select List (cascading) field type is currently not supported in Automation for Jira.
Workaround
Workaround from https://support.atlassian.com/jira-software-cloud/docs/advanced-field-editing-json/#field-syntax-examples:
{ "fields": { "First Field" : { "value": "First value", "child": { "value" : "Child value"} } } }
To copy values from the Select list (Cascading):
{ "update": { "Cascading": [ { "set": { "value": "{{triggerIssue.fields.Cascading.value}}", "child": { "value": "{{triggerIssue.fields.Cascading.child.value}}" } } } ] } }
- is duplicated by
-
AUTO-1207 The isEmpty/isNotEmpty functions don't work for empty cascading list fields
-
- Closed
-
-
JRACLOUD-83916 Ability to restrict a field based on another field value.
- Closed
-
JSWCLOUD-21633 Possibility to chain value in field depending on other field
- Closed
-
JSWCLOUD-22623 Support for dynamic cascading fields, i.e. display a field based on another field's selection and set it a mandatory option
- Closed
-
JSWCLOUD-22650 Add support for 'Cascading select' fields
- Closed
- relates to
-
JRACLOUD-41352 Ability to display or hide a field based on option selected from another field (dynamic fields)
- Closed
- links to
I am amazed as usual how Atlassian releases features that do not support scaling.
Cascading fields is amazing on its own, BUT if you cannot transfer the value to another ticket and it fails in automation to pick the value up to related/linked issues... It is not really well done. Really needs this to be solved.
I tried the above "solution", but this do not not work for non-parent issues. Linked issues do not get the value.