list_issues_by_user_role
Discover issues tied to a user's role (assignee, reporter, creator). Use date and project filters to narrow results for reporting or review.
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. |