list_issue_authors
List SCM authors who contributed to issues in your SonarCloud org or project, with optional filtering by author name and project.
Instructions
Discover SCM author accounts used in your org/project; useful for reviewer pickers or stats.
Returns a list of authors (from source control) who have contributed to issues in the organization or project. Requires SONARCLOUD_ORGANIZATION to be set.
Example: list_issue_authors(project="my-project", q="john")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query to filter author names (case-insensitive partial match) | |
| ps | No | Page size - maximum number of authors to return (max 500) | |
| project | No | Project key to filter authors by (e.g., 'my-project'). Omit to search across entire organization |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||