Hi Community,
how can I set an Insight object to a customfield in CREATE ISSUE dialog?
I´m able to set normal values with AJS.$(‘#customfield_99999’).val(‘myValue’) but this doesn´t really work with Insight customfield.
With val() I only set the Key and then Key is shown, not the object.
I tried different things but nothing shows the object in the end.
Scripts I tried:
AJS.$("#customfield_99999").val('{ "key" : "KEY-999999" }')
AJS.$("#customfield_99999").val('[{ "key" : "KEY-999999" }]')
Kind regards
Uli Huber
Atlassian Support gave me the info that it´s currently not possible
Feature request is created: https://jira.atlassian.com/browse/JSDSERVER-11854
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.