The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create Issue in automation custom field Select List (cascading)

Mar
Contributor
March 27, 2025

my custom field Select List (cascading) type does not appear in automation. I need it to create a record to Jira Software.

does Select List(cascading) still not supported? is there another way to do it?

 

jsm.png

 

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Pasam Venkateshwarrao
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 Champions.
March 27, 2025

Hi @Mar 

This can be done in the More Options section of the Create/Clone/Edit  issue actions:

{
  "update": {
    "CUSTOMFIELD": [
      {
        "set": {
          "value": "{{triggerIssue.fields.CUSTOMFIELD.value}}",
          "child": {
            "value": "{{triggerIssue.fields.CUSTOMFIELD.child.value}}"
          }
        }
      }
    ]
  }
}

You would replace "CUSTOMFIELD" with your custom field name

 

Hope this helps 

Pasam Venkateshwarrao
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 Champions.
April 2, 2025

@Mar is your query is solved by using this or still you are facing an issue in Automation

1 vote
Akhand Pratap Singh
Community Champion
March 27, 2025
1 vote
Manoj Kumar Gangwar
Community Champion
March 27, 2025

Hi @Mar 

You can use the values below under Additional fields, which is available under More options in the automation

 

Value of the parent:

{{issue.fields.Cascade.value}}

Value of the child:

{{issue.fields.Cascade.child.value}}

 

Mar
Contributor
March 27, 2025

I have cascade select on JSM and I need to Insert it to Jira software cascade field. but the field does not appear in selection.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events