1. Overview
At present, JIRA doesn't have feature to import multiple Users in the Jira Cloud.
1.1 Business Requirement
Business needs a plugin for Atlassian Cloud to import User in bulk.
1.2 Pre-requisites
Jira Software as well as Jira Service Desk (Plugin is compatible with JSD too) should be installed and licensed.
There should be some data, in terms of availability of Users and Groups in Jira.
The CSV to import users should have appropriate headers and there should not be spelling mistakes. (Test what happens when there are spelling mistakes)
CSV User Importer for Jira Add-on should be installed.
CSV User Importer for Jira Add-on functions in two different type of license: Understand the different options available when using Trial Version and when using the Paid version of the plugin.
2. Proposed Solution
Plugin is intended to provides the facility to create/import multiple Users in Jira Internal directory using CSV import. Out of the box (OOB) Jira does not provide this feature.
3. Solution Description
3.1 v1 Features
CSV User Importer for Jira is for Jira Admins who wants to create mutiple Users in Jira from a single page without toggling between different Jira pages.
Plugin has one page "Import Users" in the Jira Admin page
Import Users
Import Users page displays the option to upload CSV file to Jira.
The User can upload the CSV file with User attributes such as groups, Username, display name and email id.
Once the file is selected the page displays the Field mapping so the username, groups, display name, Email can be mapped to appropriate CSV columns.
After the mapping, the users are created and the page displays the upload status of the each user with their user details.
3.2 User and Roles
Jira Administrator privileges are required to install/access the plugin.
3.3 CSV Template
3.3.1 Columns/Headers
Username,Full Name, Email Address, Group name.
3.3.2 Sample File
...
4. Plugin Details (Pagewise)
Plugin Page (Within Jira) | Feature | |
---|---|---|
1 | Installation | One should be able to install plugin from Marketplace One should be able to Upload an Obr |
2 | License | Trial License will work Paid version License will work |
3 | Trial License | License conditions for 30 days trial user version :
|
4 | Paid License | No restriction on the no of users created and the number of CSV file uploads. |
5 | Manage Add-Ons Page | A section for CSV User Import should get added, which will display Import Users |
6 | Import User |
|
5. References
Reference to the User Manual to Install and simulate Test Cases:
Glossary
Admin/Jira Admin : User with administrative privileges.
CSV : Comma-Separated Value (File Format)