Clicking on the 'Add' button opens up a text box. Here, a name/value pair is to be entered which is part of the json object that will be sent as the bug report. One textbox can have only one name/value pair. When entered, the name and value should be separated by a '::' sign. No quotes are allowed. For e.g. "dc:title":"Hudson Build Failure" should be entered as dc:title::Hudson Build Failure

If nothing is entered, the default bug report sent is:
{
    ,
    "dcterms:description":"<Link to the Build Failure page>",
    "oslc_cm:status":"Open",
    "helios_bt:priority":"3",
    "helios_bt:assigned_to":"Nobody"
}