diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/comments.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/comments.html.tmpl
index 2015d3abd4d..2f82b46dc73 100644
--- a/mozilla/webtools/bugzilla/template/en/default/bug/comments.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/bug/comments.html.tmpl
@@ -68,6 +68,7 @@
value="[% comment.isprivate %]">
Private
[% END %]
diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl
index 7e259283a20..2585c6c924e 100644
--- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl
@@ -52,6 +52,12 @@
replytext = "(In reply to comment #" + id + ")\n" + replytext + "\n";
+ [% IF Param("insidergroup") && UserInGroup(Param("insidergroup")) %]
+ if (document.getElementById('isprivate-'+id).checked) {
+ document.getElementById('newcommentprivacy').checked = 'checked';
+ }
+ [% END %]
+
/*