diff --git a/bbPress/admin/converters/bbPress1.php b/bbPress/admin/converters/bbPress1.php
index 90ada68..00c3b7f 100644
--- a/bbPress/admin/converters/bbPress1.php
+++ b/bbPress/admin/converters/bbPress1.php
@@ -216,6 +216,15 @@ class bbPress1 extends BBP_Converter_Base {
 			'callback_method' => 'callback_topic_status'
 		);
 
+		// Sticky status (Sticky or Global Sticky)
+		$this->field_map[] = array(
+			'from_tablename'  => 'topics',
+			'from_fieldname'  => 'topic_sticky',
+			'to_type'         => 'topic',
+			'to_fieldname'    => 'post_status',
+			'callback_method' => 'callback_sticky_status'
+		);	
+
 		// Author ip.
 		$this->field_map[] = array(
 			'from_tablename'  => 'posts',
