How can I specify a default value? I'm using KCF - Autocomplete Multiple custom field type w/ option type of Issue. When I attempt to specify a default value, I get an error message:
Expecting object found: "DO-2096"
I've attempted to use: Issue key, Issue ID, Issue summary
How can I specify an object when setting a default value? I don't see a way for this to use an SIL script.
Hi Andrew,
The options are of KPOption type, so they must contain a label and a value. Try to set the field to something like this:
{"value":"10001","label":""}
The 10001 value from above is the issue id.
The default value should get automatically converted to something like this:
{"option":{"label":"","value":"10001"},"meta":{"shortLabel":"TST-2","iconUrl":"/images/icons/issuetypes/bug.png","longLabel":"TST-2 - tw","labelOverride":"TST-2","href":"http://localhost:6260/browse/TST-2","tooltip":"tw"}}
Hope this helps,
Alexandra
You're right, this wasn't contained in the documentation. I have just created a new page regarding it: https://confluence.kepler-rominfo.com/display/KCFPRO/Example+5%3A+Setting+default+values+for+KCF+Pro+fields Thank you for your suggestion. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.