We are using JIRA CLI for regular CSV Upload and in the properties file we are also mapping the users. This is working right for few user and not working for few users. I am getting the error as
Remote error: com.atlassian.jira.rpc.exception.RemoteValidationException: {reporter=The reporter specified is not a user}
It was giving error because we were using val instead of value for few users. It's working fine now.
Difficult to say what is wrong without seeing what you're running, but it's quite likely that the error is down to the user mapping. The error is pretty clear - Jira is saying that the reporter you are specifying for an issue does not exist, which implies your data is incorrect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic,
In my import.properties file I have written
value.assignee.user1FirstName\ lastName = jirausername
value.reporter.user1FirstName\ lastName = jirausername
value.assignee.user2FirstName\ lastName = jirausername
value.reporter.user2FirstName\ lastName = jirausername
It's working fine for first user but it shows the above mentioned error for 2nd user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Import file looks ok then. So there's two things that could be wrong
1. Unusual characters in the username for person 2 that Jira can't map
2. person 2 does not exist in Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are still having problems, open an issue and attach your properties and a simple version of your import csv that demonstrates the error. Also indicate version of JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.