# ArchivedIssuesFilterRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **archived_by** | Option<**Vec**> | List archived issues archived by a specified account ID. | [optional] **archived_date_range** | Option<[**models::DateRangeFilterRequest**](DateRangeFilterRequest.md)> | | [optional] **issue_types** | Option<**Vec**> | List archived issues with a specified issue type ID. | [optional] **projects** | Option<**Vec**> | List archived issues with a specified project key. | [optional] **reporters** | Option<**Vec**> | List archived issues where the reporter is a specified account ID. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)