I am testing a script for importing issues from Github into Jira. I have generated a JSON file that works correctly via JSON File Import, All 500+ issues are created along with the comments, labels and other details.
However, I cannot get the reporter and comment.author fields to match up with people defined in the Jira project. We have our Jira Cloud linked to our in house Active Directory and staff are using single sign on.
I get errors like this
Import completed with 10 warnings:
I've tested with the person's username, email address and full name as shown in Jira. I get the same error each time and all the tickets and comments are created using my identity.
What 'name' value is expected for reporter and if it is an Atlassian ID how do I find out the id from someone's email or name?
Thanks
Found this myself. the reporter name is the person's email address without the domain.
e.g. john.doe@example.com -> reporter: "john.doe"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.