find_groups
Find Jira groups by name to discover license group names for user management queries.
Instructions
Find Jira groups by name — use it to discover the license group name.
Handy when you don't know which group holds all users. Search e.g.
users to find candidates like jira-users / jira-software-users,
then pass the right one to get_all_users.
Args:
query: Substring to match against group names (default users).
limit: Maximum number of groups to return (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | users |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||