Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeMidnight
--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
    themeMidnight
    --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.