Hi,
I working now to migrate unfuddle tikets to JIRA and is working with some limitations:
1) I need to create associated tickets (Not sure if is possible on import when not all issues are created)
2) I have attachments only for issues and I looking to have also for comments.
Documentations don't have any detail about that:
https://confluence.atlassian.com/adminjiraserver072/importing-data-from-json-829827228.html
BTW: Source code have bad formating and copy & paste don't work.
Here is current issue JSON format.
// JSON for issue
{
"externalId": "3927",
"issueType": "Task",
"summary": "Feature: Be able to disable providers ...",
"priority": "High",
"attachments": [
{
"name": "Capture.PNG",
"attacher": "dalleave",
"created": "2015-07-01T14:36:59Z",
"uri": "http://domain.com/attachments/6603-d/Capture.PNG",
"description": "Capture.PNG"
},
"comments": [
{
"author": "andrey",
"body": "in progress. Mihail will continue Monday\n",
"created": "2015-06-28T01:39:30Z"
},
{
// How to put attachments here in comment?
}
]
]
Thanks for help!
Petrica.
Hi Petrica.
I've never use JSON importing, but in CSV importing, you can use 2 fields to link issues and to create sub-tasks.
Hope this be usefull for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.