CA/Incident Dashboard: Difference between revisions

include_fields has to be an array now
(Temporary work-around regarding Bug #1412570 -- removed the include_fields lines)
(include_fields has to be an array now)
Line 10: Line 10:
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "whiteboard":"ca-investigation",
         "whiteboard":"ca-investigation",
         "cf_blocking_b2g_type":"contains"
         "cf_blocking_b2g_type":"contains",
        "include_fields": ["id", "summary", "status", "assigned_to", "whiteboard", "last_change_time"]
     }
     }
</bugzilla>
</bugzilla>
Line 21: Line 22:
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "whiteboard":"ca-incident",
         "whiteboard":"ca-incident",
         "cf_blocking_b2g_type":"contains"
         "cf_blocking_b2g_type":"contains",
        "include_fields": ["id", "summary", "status", "assigned_to", "whiteboard", "last_change_time"]
     }
     }
</bugzilla>
</bugzilla>
Line 37: Line 39:
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "status":["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"],  
         "whiteboard":"compliance",
         "whiteboard":"compliance",
         "cf_blocking_b2g_type":"contains"
         "cf_blocking_b2g_type":"contains",
        "include_fields": ["id", "summary", "status", "assigned_to", "whiteboard", "last_change_time"]
     }
     }
</bugzilla>
</bugzilla>
Confirmed users, Administrators
5,526

edits