We need the proper JSON format to import the custom field 'Organizations' (a.k.a. customfield_11900 and/or a.k.a. cf[11900] )
Also, is cf[11900] considered a true 'custom field' and needs to be populated in "customFieldValues"segment of the JSON file. And, do we set the field type as "fieldType": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker"?
Can someone answer this, please?
This works for me.
The value 3 is the end of the URL in the view where you can see the customers in an organization. In my case https://XXXXXX/projects/ESD/organization/3
"customFieldValues": [
{
"fieldName": "customfield_11103",
"fieldType": "com.atlassian.servicedesk:sd-customer-organizations",
"value": "3"
}
]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.