jira_projects_get_roles
Retrieve all roles and their assigned users or groups for a specific Jira project by providing the project key.
Instructions
Get project roles and their actors (users/groups).
Returns: {project_key, roles: [{name, id, actors: [{display_name, type, name}]}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||