Uploaded image for project: 'Automation for Cloud'
  1. Automation for Cloud
  2. AUTO-131

The Select List (cascading) field type is currently not supported in Automation for Jira for multiple operations

    • 0
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

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

      Reference: https://community.atlassian.com/t5/Marketplace-Apps-Integrations/How-can-I-copy-a-cascading-select-value-with-Automation-for-JIRA/qaq-p/585395

            [AUTO-131] The Select List (cascading) field type is currently not supported in Automation for Jira for multiple operations

            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. 

            Stephanie Parhorn Rohdin added a comment - 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. 

            Just attempted to create an automation with an Issue Fields Condition (if/then/else) on a cascading field...
            ....which I'm just now discovering isn't possible
            I'll have to redesign my entire solution now (including a whole meeting with the project owner about redefining their process)

            Charles Johnson added a comment - Just attempted to create an automation with an Issue Fields Condition (if/then/else) on a cascading field... ....which I'm just now discovering isn't possible I'll have to redesign my entire solution now (including a whole meeting with the project owner about redefining their process)

            Its really necessary to use cascading fields in automation. Please check this request

            Mert Kanık added a comment - Its really necessary to use cascading fields in automation. Please check this request

            Charlie Gavey added a comment - https://codebarrel.atlassian.net/browse/ACF-12875https://codebarrel.atlassian.net/browse/ACF-12875

            Shamanth Holla (Inactive) added a comment - https://getsupport.atlassian.com/browse/PCS-67146

            So this request is so we don't have to use the workaround of a "Compare two values" condition with poorly documented Smart Values for Cascading Select fields, right? (Hey guys, good documentation would go a LONG WAY)

            {{issue.Your field name.value}}:{{issue.Your field name.child.value}}
            
            EQUALS
            
            Parent value:Child value
            

            (Source: https://community.atlassian.com/t5/Jira-Questions/Auto-Assign-Based-on-Multiple-CF-values/qaq-p/927398)

            Darryl Lee - CCC added a comment - So this request is so we don't have to use the workaround of a "Compare two values" condition with poorly documented Smart Values for Cascading Select fields, right? (Hey guys, good documentation would go a LONG WAY) {{issue.Your field name.value}}:{{issue.Your field name.child.value}} EQUALS Parent value:Child value (Source: https://community.atlassian.com/t5/Jira-Questions/Auto-Assign-Based-on-Multiple-CF-values/qaq-p/927398 )

            Darryl Lee added a comment - - edited

            [posted under wrong account]

            Darryl Lee added a comment - - edited [posted under wrong account]

              89403358cf11 Charlie Gavey
              hnyeche Prince N
              Votes:
              73 Vote for this issue
              Watchers:
              63 Start watching this issue

                Created:
                Updated: