The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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

]

 

TAGS
AUG Leaders

Atlassian Community Events