- JIRA - Burndown Chart
- JIRA - Created vs Resolved Issues
- JIRA - Workload Pie Chart
- JIRA - Reports
- JIRA - Advanced Search
- JIRA - Search
- JIRA - Watch and Vote on Issue
- JIRA - View/Change History
- JIRA - Move an Issue
- JIRA - Linking Issues
- JIRA - Label an Issue
- JIRA - Email an Issue
- JIRA - Edit an Issue
- JIRA - Create Issue using CSV
- JIRA - Convert Subtask to Issue
- JIRA - Convert Issue To Subtask
- JIRA - Create a Subtask
- JIRA - Clone an Issue
- JIRA - Issue Creation
- JIRA - Screens
- JIRA - Issue Types
- JIRA - Dashboard
- JIRA - Login
- JIRA - Free Trials Setup
- JIRA - Installation
- JIRA - Workflow
- JIRA - Issues
- JIRA - Project
- JIRA - Overview
- JIRA - Home
JIRA Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
JIRA - Create Issue using CSV
A User can create multiple issues at a time using Comma separated file known as CSV. The CSV files are text files those represent tabulated data and separate different sections by commas.
They have two-step process that requires importing the data from a CSV, while a third optional step is also present, which are psted below.
Prepare a CSV file.
Import the CSV file into the system.
Save the configuration for future use.
Prepare the CSV File
While creating a CSV file the following points must be considered.
Each CSV file should have a heading row with a summary column. The first row is the heading row and represents the fields of the create issue page. Example − Summary, Assignee, Reporter, Priority, Description, sprint, “Test Suite”, Ashish, Ashish, 1, etc.
Use double quote marks (“) in the CSV file to capture data that appears in multip.le pnes. For Example − upon import, JIRA will treat the following CSV as a single record: Summary, Description, Status, "Login issue", "This is on a new pne", Open
While importing issues from a CSV file, the Project Name and Project Key are important columns in CSV. In addition, the name of these fields should match exactly as they are present in JIRA.
Import the CSV File
To import the CSV file, we should follow the steps given below.
Step 1 − Select Issues → Import Issues from CSV to open the Bulk Create Setup page.
The following screenshot shows how to access the Import issues from the CSV functionapty.
Step 2 − On the Setup page, select CSV Source File. Do not check the “Use an existing configuration file” check box, if you do not have a configuration file or if you want to create a new configuration file.
Configuration files specify a mapping between column names in the CSV file s header row and fields in the JIRA apppcation.
The following screenshot shows the Bulk create setup page, where the user browses and uploads the CSV file.
Step 3 − If the user checks the checkbox of “Use an existing configuration file”, JIRA will ask to specify an Existing Configuration File.
The following screenshot shows how to use an existing configuration file.
Step 4 − If the user does not select this option, then at the end of the CSV file import wizard, JIRA will ask to create a configuration file, which can be used for subsequent CSV imports.
Cpck on the Next button → the Settings step of the CSV file import wizard will display. Complete the required fields. If the CSV file uses a different separator character other than a comma, specify that character in the CSV Depmiter field. If the separator is a Tab , this can be entered using the format /t .
The following screenshot shows how to provide settings of csv file −
Step 5 − Cpck on the Next button to proceed to the Map field’s step of the CSV file import wizard. Here, the user has to map the column headers of the CSV file to the fields in the selected JIRA project. After selection, tick the check box for Map field value.
A CSV field should map to the JIRA summary field. This ensures the issues created have a summary.
The following screenshot shows how to map CSV fields with JIRA fields −
Step 6 − Cpck on the Next button, the Map values step of the CSV file import wizard will display. On this step of the import wizard, the user can select which specific CSV field values to map to which specific JIRA field value.
Fields whose Map Field Value check boxes were selected in the previous step will be presented on this page.
If the CSV field has a username (e.g. Reporter or Assignee) and does not select the Map Field Value check box for this field in the previous step of the CSV file import wizard, then the importer will map imported usernames from the CSV file to (lowercase) JIRA usernames.
The following screenshot shows how to map values.
Step 7 − Cpck on the Vapdate button, it will vapdate the imported data and display if any errors or warnings are required, otherwise it will display how many successful imports are possible with the file.
The following screenshot shows the successful vapdation of CSV file.
Step 8 − Now, Cpck the Begin Import button. The importer will display updates pke import is in progress, then a success message when the import is completed.
Following screenshot shows how many issues are created using CSV file −
Step 9 − Cpck on the Check Created issues, it will display the pst of issues those are created using the CSV.
The following screenshot shows the pst of newly created issues using the CSV file.
Advertisements