aboutsummaryrefslogtreecommitdiffstats
path: root/jsons/bugzilla-comments.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-09-25 23:14:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-09-25 23:14:00 +0200
commitb1eb91d2068b2ea4b983977412821d4fa9640e4e (patch)
tree3eb3e0da57fc5b290d435353331ce8b188756b4e /jsons/bugzilla-comments.json
parentfcafe9d584797044fc24be1b3fb67da284e0cf17 (diff)
downloadbugzilla-triage-b1eb91d2068b2ea4b983977412821d4fa9640e4e.tar.gz
Massive reformatting to make Eclipse happy
Diffstat (limited to 'jsons/bugzilla-comments.json')
-rw-r--r--jsons/bugzilla-comments.json97
1 files changed, 97 insertions, 0 deletions
diff --git a/jsons/bugzilla-comments.json b/jsons/bugzilla-comments.json
new file mode 100644
index 0000000..464c3cf
--- /dev/null
+++ b/jsons/bugzilla-comments.json
@@ -0,0 +1,97 @@
+{
+ "commentPackages":{
+ "test":{
+ "test-all":{
+ "name":"Test lots of things",
+ "product":"Thunderbird",
+ "component":"Internal Components",
+ "priority":"P1",
+ "severity":"major",
+ "assignee":"mschroeder",
+ "qacontact":"foobar",
+ "url":"http://example.com",
+ "addDependsOn":"123",
+ "removeDependsOn":"456",
+ "addBlocks":"789",
+ "removeBlocks":"101112",
+ "addWhiteboard":[
+ "a",
+ "b",
+ "c"
+ ],
+ "removeWhiteboard":[
+ "a",
+ "b"
+ ],
+ "addKeyword":[
+ "d",
+ "e"
+ ],
+ "removeKeyword":"e",
+ "url":"http://example.com",
+ "status":"RESOLVED",
+ "resolution":"INCOMPLETE",
+ "version":"Lightning 0.3",
+ "os":"All",
+ "platform":"All",
+ "prefixTitle":"pre-title:",
+ "suffixTitle":":post-title"
+ }
+ },
+ "mozilla":{
+ "safe-mode":{
+ "name":"Safe Mode Question",
+ "comment":"Have you tried safe mode? (see https://support.mozillamessaging.com/en-US/kb/Safe+Mode for more information)"
+ },
+ "extension-issue":{
+ "name":"Response: Invalid due to extension issue",
+ "comment":"Sorry, your issue is to do with an extension and we are unable to support it here. Please raise the issue direct with the extension author or on their site.\n\nYou may find details of how to do this here:\n\n******* INSERT LINK TO EXTENSION SITE *******",
+ "status":"RESOLVED",
+ "resolution":"INVALID"
+ },
+ "profile-location":{
+ "name":"Profile Location text and link",
+ "comment":"To locate your profile, see this page for more information: https://support.mozillamessaging.com/en-US/kb/Profiles"
+ },
+ "no-response":{
+ "name":"INCOMPLETE (No Response from Reporter)",
+ "comment":"No response for a while now, closing INCOMPLETE. Please reopen if you can reproduce or answer any unanswered questions.",
+ "status":"RESOLVED",
+ "resolution":"INCOMPLETE"
+ }
+ },
+ "thunderbird":{
+
+ },
+ "calendar":{
+ "console-log":{
+ "name":"Calendar Console Log",
+ "comment":"Please enable calendar.debug.log and calendar.debug.log.verbose in the advanced config editor (Options > Advanced > General > Config Editor) and check your error console for messages."
+ },
+ "prepare-checkin":{
+ "name":"prepare for checkin",
+ "target":"1.0b2",
+ "removeKeyword":"checkin-needed",
+ "status":"RESOLVED",
+ "resolution":"FIXED",
+ "comment":"Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/INSERT_REV_HERE>\n\n-> FIXED"
+ },
+ "what-version":{
+ "name":"Using what version?",
+ "comment":"Please tell us what version you are using:\n\n* Thunderbird\n* Lightning\n* Provider for Google Calendar"
+ },
+ "retest-nightly":{
+ "name":"Retest with nightly",
+ "comment":"Does this still happen with the latest 1.0b2pre nightlies?"
+ },
+ "extension-fodder":{
+ "name":"Extension Fodder",
+ "addWhiteboard":"extension fodder",
+ "prefixSummary":"[extension fodder]",
+ "status":"RESOLVED",
+ "resolution":"WONTFIX",
+ "comment":"This sounds like a good idea, but I think it makes more sense as an extension. Marking WONTFIX for core calendar."
+ }
+ }
+ }
+} \ No newline at end of file