Skip to end of banner
Go to start of banner

Adding user/users 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 2 Next »

Problem Statement

This article helps you in adding a user to a group 

Error Message 

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


Log Entries 

--action runFromCsv --common "-action addUserToGroup --file "C:\newpenn_testusers.csv" --autoGroup

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