{
  "name": "Trello",
  "url": "https://trello.com",
  "actions": {
    "create": "Create a Trello card",
    "view": "View in Trello",
    "object": "Trello Card"
  },
  "type": "issueTracker",
  "fields": [
    {
      "name": "applicationKey",
      "label": "Application Key - [view on Trello](https://trello.com/1/appKey/generate)",
      "description": "Your Trello Application Key.",
      "type": "password"
    },
    {
      "name": "memberToken",
      "label": "Member Token - [view on Trello](https://trello.com/1/authorize?key={applicationKey}&name=Bugsnag&expiration=never&response_type=token&scope=read,write)",
      "description": "An authenticated token for the user who the Trello cards should be created by.",
      "type": "password"
    },
    {
      "name": "boardId",
      "label": "Board Id",
      "description": "The Id is a hex number visible in the URL when viewing the board."
    },
    {
      "name": "listName",
      "label": "List Name",
      "description": "The name of the list you want to add the report to. For Example 'To Do'"
    },
    {
      "name": "labels",
      "label": "Labels",
      "description": "Comma separated list of label colors. Options: green, yellow, orange, red, purple, blue",
      "optional": true
    }
  ]
}
