{
  "name": "Pivotal Tracker",
  "description": "Create a Pivotal Tracker story",
  "supportedTriggers": ["firstException", "unresolved"],
  "issueTracker": true,
  "fields": [
    {
      "name": "projectId",
      "label": "Project Id",
      "description": "Your Pivotal Tracker project ID."
    },
    {
      "name": "apiToken",
      "label": "API Token",
      "description": "Your Pivotal Tracker API Token, from your profile page."
    },
    {
      "name": "labels",
      "label": "Labels (comma separated)",
      "description": "Comma separated list of labels to apply to the story.",
      "optional": true,
      "defaultValue": "bugsnag"
    }
  ]
}
