diff options
Diffstat (limited to 'jsons/Config_data.json')
-rw-r--r-- | jsons/Config_data.json | 5 |
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" } |