{
  "name": "Pivotal Tracker",
  "url": "http://www.pivotaltracker.com",
  "actions": {
    "create": "Create a Pivotal Tracker story",
    "view": "View in Pivotal Tracker",
    "object": "Pivotal Tracker Story"
  },
  "type": "issueTracker",
  "fields": [
    {
      "name": "projectId",
      "label": "Project Id",
      "description": "Your Pivotal Tracker project ID."
    },
    {
      "name": "apiToken",
      "label": "API Token - [view on Pivotal](https://www.pivotaltracker.com/profile)",
      "description": "Your Pivotal Tracker API Token, from your profile page.",
      "type": "password"
    },
    {
      "name": "labels",
      "label": "Labels (comma separated)",
      "description": "Comma separated list of labels to apply to the story.",
      "optional": true,
      "defaultValue": "bugsnag"
    }
  ]
}
