bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
37 lines (36 loc) • 1.24 kB
JSON
{
"name": "Trello",
"description": "Create a Trello card",
"supportedTriggers": ["firstException", "unresolved"],
"issueTracker": true,
"fields": [
{
"name": "applicationKey",
"label": "Application Key",
"link": "https://trello.com/1/appKey/generate",
"description": "Your Trello Application Key."
},
{
"name": "memberToken",
"label": "Member Token",
"link": "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."
},
{
"name": "boardId",
"label": "Board Id",
"description": "The Id of the board you want to add the report to. 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 to apply to the card. Options: green, yellow, orange, red, purple, blue",
"optional": true
}
]
}