Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,642,302
Community Members
 
Community Events
196
Community Groups

Can I set a custom field cascade select in Jira SERVER?

I am using JIRA SERVER

 

I want to set a custom field that is a cascading select in automation for jira. I do NOT wish to copy it from another ticket / field. I just want to set the field using automation for jira in the Advanced Fields section. I am trying this but it won't work. Please help! 

 

{
"fields": {
"customfield_23592": { "value": "{{customfield_23592.Product Security}}"
}
}
}

 

1 answer

1 accepted

0 votes
Answer accepted
Yanty Ghani [ServiceRocket]
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.
Oct 26, 2021

Hi Julia,

If you want to refer to the cascading select field, you need to specify it this way:

"customfield_23592" : { "value": "parent_option1", "child": { "value" : "p1_child1"} }

 

You can get more information here, https://support.atlassian.com/jira-software-cloud/docs/advanced-field-editing-json/

Thank you so much! Since I didn't need to edit the child, this ended up working for me 

{
"fields": {
        "customfield_23592" : { "value": "Product Security" }
    }
}
}

 

Thank you! 

Yanty Ghani [ServiceRocket]
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.
Oct 27, 2021

You're welcome. I'm glad that it solves your problem :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events