'required|string|max:255', 'type' => 'required|string|max:50', 'project_id' => 'nullable|exists:projects,id', 'priority' => 'nullable|string|max:50', 'estimated_effort' => 'nullable|numeric', 'status' => 'nullable|string|max:50', ]; } }