...
Info |
---|
This article helps you to deal with the remote error (mentioned below) while adding a user to a group. |
Error Message
...
- Group names are case sensitive. If the group names from the CSV file do not match with the group names in the Jira instance, you may see this error. Check if the group names are exactly matching.
Example:
Code Block | ||
---|---|---|
| ||
--action addUserToGroup --autoGroup --continue --userId "automation" --group "development" |
- As we can see the above useId is case sensitive.
If the userId is changed while executing the command, you will be seeing the below remote error:
Code Block --action addUserToGroup --autoGroup --continue --userId "Automation" --group "development" Remote error: You cannot add users to groups which are not visible to you.
...
Make sure the provided information in the command is as per the configurations in the Jira environment.