create_group
Create a new group in Redmine by providing a name. Optionally add existing users by their IDs to the group immediately.
Instructions
Creates a new group in Redmine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Group name (required) | |
| user_ids | No | Array of user IDs to add to the group |