bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
34 lines (33 loc) • 769 B
JSON
{
"name": "Codebase",
"url": "http://www.codebasehq.com",
"actions": {
"create": "Create a Codebase ticket",
"view": "View on Codebase",
"object": "Codebase Ticket"
},
"type": "issueTracker",
"fields": [
{
"name": "account",
"label": "Account Name",
"description": "Your Codebase account name."
},
{
"name": "project",
"label": "Project Permalink",
"description": "Your Codebase project's short project name (permalink)"
},
{
"name": "username",
"label": "Username",
"description": "The username associated to your api key."
},
{
"name": "apiKey",
"label": "API Key",
"description": "Your Codebase API Key",
"type": "password"
}
]
}