bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
30 lines (29 loc) • 702 B
JSON
{
"name": "Asana",
"url": "https://asana.com",
"actions": {
"create": "Create an Asana task",
"view": "View in Asana",
"object": "Asana Task"
},
"type": "issueTracker",
"fields": [
{
"name": "apiKey",
"label": "API Key - [view on Asana](http://app.asana.com/-/account_api)",
"description": "Your Asana API key",
"type": "password"
},
{
"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
}
]
}