Skip to content

Groups

The groups command (alias: g) manages Redmine groups.

Terminal window
redmine groups list [flags]
FlagDescription
--limitMaximum number of results
--offsetResult offset for pagination
-o, --outputOutput format
Terminal window
redmine groups get <id-or-name> [flags]

Accepts a numeric ID or group name.

Terminal window
redmine groups create [flags]
FlagDescription
--nameGroup name — required
Terminal window
redmine groups update <id-or-name> [flags]
FlagDescription
--nameNew group name
Terminal window
redmine groups add-user <group-id-or-name> <user-id-or-name>

Both arguments accept a numeric ID or name.

Terminal window
redmine groups remove-user <group-id-or-name> <user-id-or-name>

Both arguments accept a numeric ID or name.

Terminal window
redmine groups delete <id-or-name> [flags]
FlagDescription
-f, --forceSkip confirmation prompt