Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/team
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-11-28 17:18:14 +0000
committerHenrik Rentz-Reichert2013-11-28 17:18:14 +0000
commitf238dc43cc847828297bc028f87e05c817bed3ab (patch)
tree46f24caf2a98c00f76a120dc633c6fefed396418 /team
parent70d8637db0b97f026df764201d17d7fb962bb9f9 (diff)
downloadorg.eclipse.etrice-f238dc43cc847828297bc028f87e05c817bed3ab.tar.gz
org.eclipse.etrice-f238dc43cc847828297bc028f87e05c817bed3ab.tar.xz
org.eclipse.etrice-f238dc43cc847828297bc028f87e05c817bed3ab.zip
updated eTrice bugzilla tweak script
Diffstat (limited to 'team')
-rw-r--r--team/etricebugzilla.user.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/team/etricebugzilla.user.js b/team/etricebugzilla.user.js
index 367534529..07b906417 100644
--- a/team/etricebugzilla.user.js
+++ b/team/etricebugzilla.user.js
@@ -52,7 +52,7 @@
// --- Configurable options --------------------------------------------
// Add as many milestones as you like. First will be used for "Fixed (in <TM>)" link:
-var target_milestones= ["0.3.0", "0.4.0", "0.4.0M1", "0.4.0M2"];
+var target_milestones= ["0.4.0M2", "0.4.0M3", "0.4.0"];
// Add "<name>", "<email>" pairs for people you frequently CC:
var ccs= [
@@ -68,7 +68,8 @@ var assignees= ccs;
// Add "<name>", "<string>" pairs for template strings that you frequently insert into the comment field (e.g. repo URLs):
var commentTemplates= [
-"Fixed with ", "Done with "
+"Fixed", "Fixed with commit ID\n",
+"Done", "Done with commit ID\n",
];
// Add Products and Components to which you frequently move bugs:

Back to the top