aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-20 19:05:26 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-20 19:07:04 +0200
commit4a608b702c534448e83efac163d6ac7275be8596 (patch)
treed6c3da9593465d6d8a0dd38cb0eaf0b6c9b7d04d
parent40e5f7a738863ce3b448e6cc7cb5a47e41410b28 (diff)
downloadbugzilla-triage-4a608b702c534448e83efac163d6ac7275be8596.tar.gz
Set Triaged keyword when closing the bug via buttons.
Fixes #26
-rw-r--r--jsons/Config_data.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/jsons/Config_data.json b/jsons/Config_data.json
index 2b9e957..1e18699 100644
--- a/jsons/Config_data.json
+++ b/jsons/Config_data.json
@@ -11,6 +11,7 @@
"name": "NoRespns",
"position": "topRow",
"commentIdx": "noResponseString",
+ "markTriaged": true,
"status": "CLOSED",
"resolution": "INSUFFICIENT_DATA"
},
@@ -36,12 +37,14 @@
"name": "noDbg",
"position": "bottomRow",
"commentIdx": "noDebugSymbols",
+ "markTriaged": true,
"status": "CLOSED",
"resolution": "INSUFFICIENT_DATA"
},
"closeOnRetest": {
"position": "bottomRow",
"name": "Retest",
+ "markTriaged": true,
"commentIdx": "thankLettingUsKnow",
"status": "CLOSED",
"computeResolution": true
@@ -58,6 +61,7 @@
"name": "Bad site",
"position": "topRow",
"commentIdx": "websiteFailure",
+ "markTriaged": true,
"status": "CLOSED",
"resolution": "NOTABUG"
},
@@ -65,6 +69,7 @@
"name": "flashCrash",
"position": "topRow",
"commentIdx": "flashCrashString",
+ "markTriaged": true,
"status": "CLOSED",
"resolution": "CANTFIX"
}