-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.1.0-OD-04, 7.2.3, 7.3.0, 7.3.1
-
7.01
-
8
-
Severity 3 - Minor
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
Importing issues using CSV returns error when username contains space
Environment
- JIRA Cloud version 7.1.0-OD-04-012
Steps to Reproduce
- Create a user with a space in their username (e.g: john doe)
- Select Import Issues from CSV from Issues blue menu bar.
- Upload CSV Source File. Click Next.
- Select any project. Click Next.
- Map appropriate fields and click Next.
- Click Validate
Expected Results
No error is retured.
Actual Results
Error is returned:
The validation process has found 1 error/s: Issue can't be created due to the error/s [ The reporter specified is not a user. ]
or
The validation process has found 1 error/s: Issue can't be created due to the error/s [ User 'johndoe' does not exist. ]
Notes
- Trying to escape the space with ' ' or " " or / / doesn't work as well.
- The documentation on Importing Issues also does not specify whether this is allowed or not:
Workaround
- Remove the space in the username
- relates to
-
JRACLOUD-59332 Importing issues using CSV returns error when username contains space
-
- Closed
-
- was cloned as
-
JIM-1692 Loading...