Hi,
I try to Import data per Import from external System. I wrote a json file and imported the file. Just the custom fields of the type single-issue-picker do not work correctly.
We linked our issues per scriptrunner issue picker. I set the key the issue to link, but it is not displayed. Only when I edit the issue the ticket is displayed in the custom field. But the link is not there.
How do I import values to these custom fields from json.
Json snippet I tried to import:
"customFieldValues": [
{
"fieldName" : "<fieldName>",
"fieldType" : "com.onresolve.jira.groovy.groovyrunner:single-issue-picker-cf",
"searcherType" : "com.onresolve.jira.groovy.groovyrunner:configurablePickerSearcher",
"value" : "<key from other ticket>"
}]
Any ideas?
Regards, Anke