141 | | ^(Describe your design here.)^ |
| 141 | * To change default ticket's type to bug and to make the default component of tickets "uncategorized" change following: |
| 142 | [ticket] |
| 143 | default_cc = |
| 144 | '''default_component = uncategorized''' |
| 145 | default_description = |
| 146 | default_keywords = |
| 147 | default_milestone = |
| 148 | default_owner = |
| 149 | default_priority = major |
| 150 | default_resolution = fixed |
| 151 | default_severity = |
| 152 | default_summary = |
| 153 | '''default_type = bug''' |
| 154 | default_version = |
| 155 | max_description_size = 262144 |
| 156 | preserve_newlines = default |
| 157 | restrict_owner = false |
| 158 | workflow = ConfigurableTicketWorkflow,CodeReviewActionController,TicketWorkflowOpOwnerReporter |
| 159 | |