Project

Profile

Help

Import issues into Planio via CSV files » History » Sprint/Milestone 22

Thomas Carney, 07/15/2016 01:58 PM

1 13 Thomas Carney
## Preparing the CSV file
2 1 Thomas Carney
3 17 Thomas Carney
You need to get your tasks, issues or tickets into CSV format. You can save most Excel sheets as CSV files by clicking on **File -\> Save As…** and then selecting **Comma Separated Values** as the format from the dropdown menu.
4 1 Thomas Carney
5
Your CSV file can have the following headers. Only four of the headers are mandatory. You’ll find a sample CSV file here.
6
7 3 Thomas Carney
|                  |                                                                                                                                      |
8
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
9
| Project\*        | Enter the name of the project to which you want to assign the issue.                                                                 |
10
| Subject\*        | The subject of the issue.                                                                                                            |
11
| Description      | Enter the text that will form the issue's description.                                                                               |
12
| Priority         | Enter the name of one of the priorities listed in your Planio account. You’ll find their names in Administration -\> Issue statuses. |
13
| Assignee         | Enter the First and Last Name of the person to whom you want to assign the issue. You’ll their name in Administration -\> Users      |
14
| Sprint/Milestone | Enter the name of the milestone or sprint to which the issue should be assigned.                                                     |
15
| Private          | This selects whether the issue will be private for the assignee or not. Enter TRUE or FALSE as possible values.                      |
16
| Parent task      | You can enter the issue id number of the parent tasks. For example: 271936                                                           |
17
| Start date       | Enter the date in your local date format such as 30/12/2016.                                                                         |
18
| Due date         | Enter the date in your local date format.                                                                                            |
19
| Estimated time   | Enter a number for the estimated time                                                                                                |
20
| % Done           | Enter a number for the percentage done.                                                                                              |
21 2 Thomas Carney
22 16 Thomas Carney
* *required fields*
23 2 Thomas Carney
24 13 Thomas Carney
## Import the CSV File Using the CSV Importer
25 2 Thomas Carney
26
Now, you have a CSV file ready for import. The next step is to import it into Planio using the importer. You’ll find the button for the Import on the issues page in the sidebar.
27 1 Thomas Carney
28 5 Thomas Carney
![](issues-page.png)  
29
*Click on Import in the sidebar on the right*
30 4 Thomas Carney
31 1 Thomas Carney
Then, select your CSV file using the file picker.
32
33 5 Thomas Carney
![](file-selector.png)  
34
*Upload the CSV file using the file picker*
35 1 Thomas Carney
36
On the next page, you can select options for importing the CSV File
37 2 Thomas Carney
38 5 Thomas Carney
![](import-options.png)  
39
*Select the options for importing the CSV file based on how your CSV file is formatted*
40 4 Thomas Carney
41 2 Thomas Carney
|                 |                                                                             |
42
| --------------- | --------------------------------------------------------------------------- |
43
| Field separator | You can select between comma separated values or semicolon separated values |
44 1 Thomas Carney
| Field wrapper   | You can select between double quotes or single quotes.                      |
45
| Encoding        | You can select the encoding for the CSV file                                |
46
| Date format     | You can select one of five data formats                                     |
47
48 5 Thomas Carney
Then, you have to map the values from the CSV files to issue field in Planio. You can select each value from the dropdown menu beside each attribute. You’ll also see a file content preview, so you can make sure you’re importing the right data.
49 1 Thomas Carney
50 5 Thomas Carney
![](field-mapping.png)  
51
*Assign each column in the CSV file to an issue field*
52 1 Thomas Carney
53 5 Thomas Carney
Once you’re done assigning the values to each field, you can click on import to start the import.
54 4 Thomas Carney
55 5 Thomas Carney
If you encounter any issues, you'll see a page with the errors. You can restart the import once you've fixed the problems in the CSV file.
56 1 Thomas Carney
57 5 Thomas Carney
![](import-error.png)  
58
*A list of the errors encountered during the import*
59 4 Thomas Carney
60
If all goes well, you’ll see a list of the imported issues.
61 5 Thomas Carney
62 6 Thomas Carney
![](successful-import.png)  
63
*You'll see a list of the created issues.*
64 5 Thomas Carney
65
That's how you can import tasks, issues, bugs or stories into Planio using the CSV importer.