list_issues_by_user_role
Retrieve issues where a user holds a specific role (assignee, reporter, or creator). Filter by date range and project to identify relevant issues.
Instructions
List issues where a user has a specific role (assignee, reporter, or creator). Includes date filtering for finding issues within specific time periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | The role of the user in relation to the issues. | |
| endDate | No | End date for filtering issues (format: YYYY-MM-DD). | |
| startAt | No | The starting index for pagination. Default is 0. | |
| username | No | The username of the user (alternative to accountId). | |
| accountId | No | The Atlassian account ID of the user. | |
| startDate | No | Start date for filtering issues (format: YYYY-MM-DD). | |
| maxResults | No | The maximum number of issues to return. Default is 50, maximum is 100. | |
| projectKeys | No | Optional list of project keys to filter results. |