...
Code Block | ||
---|---|---|
| ||
--action addUserToGroup --autoGroup --continue --userId "automation" --group "development" |
- We can see that in the above example, the userId is given as case sensitive.
If the userId is different from the above example while executing the commandone that exists, 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 userId and group name in the Jira environment.