Forums

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

Create Issue in automation custom field Select List (cascading)

Mar Angelo L_ Tareno
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

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 Leaders.
March 27, 2025

Hi @Mar Angelo L_ Tareno 

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 Leaders.
April 2, 2025

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

1 vote
Akhand Pratap Singh
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.
March 27, 2025
1 vote
Manoj Gangwar
Community Champion
March 27, 2025

Hi @Mar Angelo L_ Tareno 

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 Angelo L_ Tareno
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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events