You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I try to import a issue with JSON file.
I have custom field : Customer Request Type like this:
"customFieldValues": [
{
"fieldName": "Customer Request Type",
"fieldType": "com.atlassian.servicedesk:vp-origin",
"searcherType": "com.atlassian.servicedesk:vp-origin-searcher",
"value": "flmeditevo/besoin-d'aide"
},
"flmeditevo" ...I don't know what is it.
I try to import in my new Cloud JIRA like this:
"customFieldValues": [
{
"fieldName": "Request Type",
"fieldType": "com.atlassian.servicedesk:vp-origin",
"searcherType": "com.atlassian.servicedesk:vp-origin-searcher",
"value": "Besoin d'aide"
},
but I have this warning :
2017-10-26 07:49:19,421 WARN - Cannot add value [ Besoin d'aide ] to CustomField Request Type in Issue with summary 'BLABLABLA'. Probably value was in incorrect format
I try to export a JSON field since JIRA cloud but is not possible , so I cannot comparre my two fields ...
Could you please help me to resolve this issue ?
thanks in advance.
Hi,
I'm also stuck with this since a couple of days.
I can't figure out how to build a well formed JSON for updating "Customer Request Type" field.
Any help please?
Thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.