Hi
Using the CLI I am creating spaces, pages, groups, users etc but I just need something that will allow me to edit the permissions of groups assigned to a particular space
Something like this would be good
confluence --action setGroupPermission --group "test1" --space "testgroup" -- permissions "edit"
Thanks in advance
Hi Patrick,
Please refer to my answer on your previous question (https://answers.atlassian.com/questions/64866/is-is-possible-to-assign-a-group-to-a-spaces-view-space-permissions-using-the-cli-plugin)
In this particular case, where you're looking for a command line to add edit permissions for a group on a particular space the same command would look something like this:
confluence --action addPermissions --space "<SPACE>" --group "<GROUP>" --permissions "editspace"
Refer to: https://bobswift.atlassian.net/wiki/display/CSOAP/Documentation#Documentation-addPermissions
Kind regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.