Hi,
Any update here ?
I really need this feature, I want to import issues with story point.
But Story Point never got imported ...
I copied paste from the doc (your json doesn't work, and his not well formated) : [Import data from JSON | Atlassian Support|https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-json/]
Thanks in advance
My json :
{
"projects": [{
"key": "NOON",
"issues": [{
"externalId": "d1a5a871-add7-11eb-a429-0242ac150007",
"summary": "Test",
"labels": ["keep"],
"customFieldValues": [
{
"fieldName": "Story Points",
"fieldType": "com.atlassian.jira.plugin.system.customfieldtypes:float",
"value": "15"
}
]
},
{
"externalId": "d2930e9a-add7-11eb-a429-0242ac150007",
"summary": "Test2",
"labels": ["start"]
}
,
{
"externalId": "d377d0a0-add7-11eb-a429-0242ac150007",
"summary": "Test3",
"labels": ["keep", "start"]
}
]
}]
}
As I did not receive any responses to this comment I am closing this ticket.
If you do not think this issue should have been closed, please add a comment here saying why and we can reopen it.