Versions Compared

Key

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

Problem Statement

Info
This article helps you to deal with the below remote error  remote error (mentioned below) while adding a user to a group.

Error Message 

Code Block
themeMidnight
Remote error: You cannot add users to groups which are not visible to you.

...

Environment

ApplicationJira
App Jira Command Line Interface (JCLI)

Solution

Check for the below cases to identify and resolve the issue:

  1. 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
themeMidnight
Run: --action addUserToGroup --autoGroup --continue --userId "automation" --group "development"

Remote error: You cannot add users to groups which are not visible to you.”

...

Solution

Check for the below cases to identify and resolve the issue:

...