bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
26 lines (25 loc) • 626 B
JSON
{
"name": "Asana",
"description": "Create an Asana task",
"supportedTriggers": ["firstException", "unresolved"],
"issueTracker": true,
"fields": [
{
"name": "apiKey",
"label": "API Key",
"description": "Your Asana API key",
"link": "http://app.asana.com/-/account_api"
},
{
"name": "workspaceName",
"label": "Workspace or organization name",
"description": "Your Asana workspace name or organization name"
},
{
"name": "projectName",
"label": "Project name",
"description": "Your Asana project name",
"optional": true
}
]
}