Skip to end of banner
Go to start of banner

Adding user to a group using CLI

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Problem Statement

This article helps you to deal with the below remote error  while adding a user to a group

Error Message 

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


Log Entries 

Run: --action addUserToGroup --autoGroup --continue --userId "automation" --group "development"

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. Make sure that the CLI user has the necessary permissions to access user management in your JIRA?
  2. Group names are case sensitive and if the names in CSV file do not match the group names, you may see this error. Check if the group's names are matching?

  • No labels