jira_groups_get_members
Retrieve members of a Jira group with pagination support, returning account details and active status.
Instructions
Get members of a Jira group.
Returns: {group_name, total, members: [{account_id, display_name, email, active}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_name | Yes | Exact group name, e.g. 'jira-developers', 'jira-administrators' | |
| max_results | No | Max members to return. Default: 50 | |
| start_at | No | Pagination offset. Default: 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||