I am attempting to import from CSV the test cases export from Jira/Xray. The export from jira is picking up the user id but when trying to import into Zephyr the jira user IDs are not recognised
2 test case has been imported but fields have been set to empty due to having invalid values:
Does anyone know what the 99: is in the example given above as this is the only difference between what I have and the example.
Hi @Fay Redford ,
What I managed to find is that the "99:"
part is a system-generated prefix used by Jira Cloud to identify Atlassian Account IDs in certain contexts, especially when importing or referencing users in CSV files for some apps or integrations.
Native importer does not require this, but some apps might.
Basically, try to use the full format (99:<AtlassianAccountID>
) for user fields to avoid import errors.
Cheers,
Tobi
Unfortunately that didn't work, the Owner field in the generated report is blank. This is the syntax used on the template
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.