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.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.