# Configuration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attachments_enabled** | Option<**bool**> | Whether the ability to add attachments to issues is enabled. | [optional][readonly] **issue_linking_enabled** | Option<**bool**> | Whether the ability to link issues is enabled. | [optional][readonly] **sub_tasks_enabled** | Option<**bool**> | Whether the ability to create subtasks for issues is enabled. | [optional][readonly] **time_tracking_configuration** | Option<[**models::TimeTrackingConfiguration**](TimeTrackingConfiguration.md)> | The configuration of time tracking. | [optional][readonly] **time_tracking_enabled** | Option<**bool**> | Whether the ability to track time is enabled. This property is deprecated. | [optional][readonly] **unassigned_issues_allowed** | Option<**bool**> | Whether the ability to create unassigned issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details. | [optional][readonly] **voting_enabled** | Option<**bool**> | Whether the ability for users to vote on issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details. | [optional][readonly] **watching_enabled** | Option<**bool**> | Whether the ability for users to watch issues is enabled. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details. | [optional][readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)