bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
18 lines • 456 B
JSON
{
"name": "UserVoice",
"description": "Create a UserVoice ticket",
"supportedTriggers": ["firstException", "unresolved"],
"issueTracker": true,
"fields": [
{
"name": "url",
"label": "Site URL",
"description": "Your UserVoice site URL (eg. bugsnag.uservoice.com)"
},
{
"name": "apiKey",
"label": "API Key",
"description": "Your UserVoice API key (Settings -> Channels -> Add API client)"
}
]
}