jira_groups_create
Create a new Jira group by providing a lowercase hyphenated name. Returns the group ID and name.
Instructions
Create a new Jira group.
Group names should follow convention: lowercase with hyphens. Returns: {name, group_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_name | Yes | Name for the new group. Convention: lowercase with hyphens, e.g. 'jira-developers', 'new-team' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||