...
Code Block | ||
---|---|---|
| ||
--action addUserToGroup --autoGroup --continue --userId "automation" --group "development" |
- As we We can see that the above useId userId is case sensitive.
If the userId is different from the above example while executing the command, you will be seeing the below remote error:
Code Block theme Midnight --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 userId and group name in the Jira environment.