Migration from My ToDo to Smart Checklist
1. Export My ToDo data in a csv format
The columns (fields) that must be in the export to succeed
Field | Description | Example |
---|---|---|
Summary | The name of a Jira task | Prepare migration data from My ToDo to Smart Checklist |
Issue key | Key of a Jira task | SC-1339 |
Custom field (To Do List) | JSON Array of My ToDo items | [{'id': 'checklist_item_1',
'linkedIssueKey': '',
'type': 'done',
'mandatory': ''},
{'id': 'checklist_item_2',
'linkedIssueKey': '',
'type': 'done',
'mandatory': ''},
{'id': 'checklist_item_3',
'linkedIssueKey': '',
'type': 'done',
'mandatory': ''},
{'id': 'checklist_item_4',
'linkedIssueKey': '',
'type': 'todo_undone',
'mandatory': ''},
{'id': 'checklist_item_5',
'linkedIssueKey': '',
'type': 'done',
'mandatory': ''},
{'id': 'checklist_item_6',
'linkedIssueKey': '',
'type': 'done',
'mandatory': ''}]
|
2. Launch the colab file that will prepare migration file
Go to the colab file https://colab.research.google.com/github/daniyar-aussabayev/Colabs-for-sharing/blob/main/My_ToDo_to_JSC_migration_script.ipynb
Upload the export to the colab
Files tab
Upload button
3. Next to each cell there is “Run” button, click them one by one
Run button
After running this cell you will see the list of csv files you have uploaded
Paste the filename from the previous list
If everything is successful you will see this
3. Grab the Prepared checklist.csv and import it in Jira
There is a complete tutorial how to do it here
https://railsware.atlassian.net/l/cp/jFXCBZv7
, multiple selections available,