-
Bug
-
Resolution: Fixed
-
Medium
-
None
-
24
-
Severity 3 - Minor
-
Summary
When attempting to bulk Add Members to an Authentication policy via CSV it will fail if the file contains the CRLF End of Line character encoding set.
Steps to replicate
1 - Export users from https://admin.atlassian.com/o/org_id/members
2 - Modify the exported CSV file to include only the emails of the users you wish to add to that policy
3 - Navigate to the Auth policy you want to bulk add members and click edit.
4 - Click Members tab > Add members > Bulk Entry
5 - Upload the CSV from step 2
Expected results
Policy will be updated with the email address in the CSV file
Actual results
Policy isn't updated with the emails addresses in the CSV file. A popup is shown:
Unable to find members
We're unable to find any of these members. Make
sure all your members are managed accounts and try
again.
Workaround
- Using a text editor change the End of Line encoding to LF instead of CRLF
- Ensure that the encoding is UTF-8
[ACCESS-1063] Authentication Policy Bulk Add Members fails to import emails via CSV
Remote Link | Original: This issue links to "AXW-1467 (Jira)" [ 590478 ] | New: This issue links to "AXW-1467 (Hello Jira)" [ 590478 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 735054 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Needs Triage [ 10030 ] | New: Closed [ 6 ] |
Support reference count | Original: 23 | New: 24 |
Remote Link | New: This issue links to "Page (Confluence)" [ 599384 ] |
The same on my side
I had additional "%" char at the end of file which produce an error. This char was not visible for me in any Text Editor. When i made a `cat` command on the file it was displayed. Using `nano` I've remove that and was successfull.
Small tip/suggestion: Atlassian might say something more which email address/line is invalid, then user will be able to fix that.