What is the JSON format to import field cf[11900] (a.k.a 'Organizations')?

Tim Prentis December 12, 2019

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?

1 answer

1 vote
Ola Persson January 22, 2020

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"
}

]

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events