Project

Profile

Help

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

Thomas Carney, 07/15/2016 11:12 AM
thomas

1 1 Thomas Carney
# Import issues into Planio via CSV files
2
3
This is a guide on how you can import tasks, issues and tickets from csv files using the importer in Planio.
4
5
{{>toc}}
6
7
You might have tasks in external files such as Microsoft Project files, Excel sheets or other software products. You use import these files into Planio using the comma separated values (CSV) importer. There are two steps to this process. First, you need to prepare a CSV file for import. Secondly, you have to carry out the import.
8
9
We’ll cover both in today’s guide.
10
11
## 1\. Preparing the CSV file
12
13
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.
14
15
Your CSV file can have the following headers. Only four of the headers are mandatory. You’ll find a sample CSV file here.
16
17 2 Thomas Carney
|Project\*|Enter the name of the project to which you want to assign the issue.|  
18
|Subject\*|The subject of the issue.|  
19
|Description|Enter the text that will form the issue's description.|  
20
|Priority|Enter the name of one of the priorities listed in your Planio account. You’ll find their names in Administration -\> Issue statuses.|  
21
|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|  
22
|Sprint/Milestone|Enter the name of the milestone or sprint to which the issue should be assigned.|  
23
|Private|This selects whether the issue will be private for the assignee or not. Enter TRUE or FALSE as possible values.|  
24
|Parent task|You can enter the issue id number of the parent tasks. For example: 271936|  
25
|Start date|Enter the date in your local date format such as 30/12/2016.|  
26
|Due date|Enter the date in your local date format.|  
27
|Estimated time|Enter a number for the estimated time|  
28
| % Done | Enter a number for the percentage done. |
29
| ------ | --------------------------------------- |
30
31
  - required fields
32
33
## Import the CSV File Using the CSV Importer
34
35
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.
36
37
Then, select your CSV file using the file picker.
38
39
On the next page, you can select options for importing the CSV File
40
41
|                 |                                                                             |
42
| --------------- | --------------------------------------------------------------------------- |
43
| Field separator | You can select between comma separated values or semicolon separated values |
44
| 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
Then, you have to map the values from the CSV files to issue attributes 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
50
Once you’re done assigning the values to each attribute, you can click on import to start the import.  
51
If all goes well, you’ll see a list of the imported issues. If you encounter any issues, you’ll have to restart the process.