Last wiki-from-csv.sh used during Luna.
diff --git a/org.eclipse.e4.builder/scripts/wiki-from-csv.sh b/org.eclipse.e4.builder/scripts/wiki-from-csv.sh
index 6d00c70..ceb41fb 100755
--- a/org.eclipse.e4.builder/scripts/wiki-from-csv.sh
+++ b/org.eclipse.e4.builder/scripts/wiki-from-csv.sh
@@ -6,7 +6,7 @@
 F_SEARCH="$1" ; shift
 
 NUM=1
-curl -o search.csv 'https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&component=IDE&component=UI&list_id=5935738&product=Platform&query_format=advanced&target_milestone='$F_SEARCH'&query_based_on=&columnlist=bug_id%2Ctarget_milestone%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cbug_severity%2Cqa_contact&ctype=csv'
+curl -o search.csv 'https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&component=Runtime&component=IDE&component=User%20Assistance&component=UI&list_id=5935738&product=Platform&query_format=advanced&target_milestone='$F_SEARCH'&query_based_on=&columnlist=bug_id%2Ctarget_milestone%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cbug_severity%2Cqa_contact&ctype=csv'
 grep -v target_milestone search.csv >t1 ; mv t1 search.csv
 
 
@@ -54,7 +54,7 @@
 
 }
 
-create_wiki_section "4.4 M7" 4.4%20M7
+create_wiki_section "4.4 RC4" 4.4%20RC4
 create_wiki_section "4.4 - unscheduled" 4.4
 
 echo "= Completed milestones ="
@@ -69,4 +69,8 @@
 create_wiki_section "4.4 M4" 4.4%20M4
 create_wiki_section "4.4 M5" 4.4%20M5
 create_wiki_section "4.4 M6" 4.4%20M6
+create_wiki_section "4.4 M7" 4.4%20M7
+create_wiki_section "4.4 RC1" 4.4%20RC1
+create_wiki_section "4.4 RC2" 4.4%20RC2
+create_wiki_section "4.4 RC3" 4.4%20RC3