You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello All,
"For Cascading Select fields, you may either use the value of the option to be selected, no need to add the parent for childs. Or simply enter the ID of the option to be selected."
In postfunction I have a Select List (single choice) custom field needed to be updated to its single option 'A' when certain transition occurs. How do I know the value or ID of that option 'A' or do I accomplish to that custom field be populated with option 'A' when the transition occurs. Please help!
Thanks!
If you go to the configure action on the select list field, you will find a link to edit the existing options. Under the edit option screen, you can hover over Edit or Delete link to find the ID of the option. It will be the numeric value following 'selectedValue='.
Or you can use REST API to get details of the custom field and the response will show the options values with id.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stuart Harris how did you get it to work ?
I figured out the ID of my field in the URL according to Jobins instructions
and set this to the transition:
'selectedValue=16198'
I tried also with the '
My Field shows "none" - due to testings you will get "none" if the value you set in the post function does not fit the value in the single-list
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats how I did it but also sometimes I cant get it to view in the footer bar so I open in new tab and stop it from loading, the ID is at the end of the URL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Works on cloud as well !
For those of you struggling finding the ID:
Navigate to the appropriate Custom field and its contexts
select "edit options"
At the appropriate "option" select "edit" at the action items
now check the URL
just enter the value in your post function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.